Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Dec 19, 2023
1 parent 124e45b commit d28e1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/draw-boxes-around-subfigures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d28e1db

Please sign in to comment.