File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ The examples in this package support three plotting backends. Here is a comparis
172172** Disadvantages:**
173173- Requires a display server (does not work in headless/server environments without a virtual framebuffer).
174174- Heavier dependency: needs OpenGL drivers and a GPU.
175- - Longer initial load time compared to the other backends.
175+ - Longer initial load time compared to ControlPlots
176176
177177### CairoMakie
178178** Advantages:**
@@ -183,6 +183,7 @@ The examples in this package support three plotting backends. Here is a comparis
183183- Plots are static — no interactive zoom or pan.
184184- Slower for very large or complex scenes because rendering is done in software.
185185- 3D support is limited compared to GLMakie.
186+ - Longer initial load time compared to ControlPlots
186187
187188### ControlPlots (based on PyPlot / Matplotlib)
188189** Advantages:**
You can’t perform that action at this time.
0 commit comments