Skip to content

Commit 0b7bed6

Browse files
committed
One more change
1 parent c556cf9 commit 0b7bed6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/src/examples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:**

0 commit comments

Comments
 (0)