From d28e1dbc5ae36201addca76d6e0f75d39b33b0cd Mon Sep 17 00:00:00 2001 From: Julius Krumbiegel Date: Tue, 19 Dec 2023 16:00:50 +0100 Subject: [PATCH] fix syntax --- docs/how-to/draw-boxes-around-subfigures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/draw-boxes-around-subfigures.md b/docs/how-to/draw-boxes-around-subfigures.md index 5217be23ce4..c1b6c8c94f1 100644 --- a/docs/how-to/draw-boxes-around-subfigures.md +++ b/docs/how-to/draw-boxes-around-subfigures.md @@ -4,7 +4,7 @@ If you want to show that several elements in a `Figure` belong together, you can The trick is to use a nested `GridLayout` for each group of objects and place a `Box` at the same position as this `GridLayout`. Then the `alignmode = Outside(some_padding)` ensures that objects with protrusions sticking out, like `Axis`, are fully contained within the enclosing boxes. -\begin{examplefigure} +\begin{examplefigure}{} ```julia using CairoMakie CairoMakie.activate!() # hide