Skip to content

Commit

Permalink
bold labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed May 8, 2022
1 parent bd905ba commit 2c43a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/layout-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ We can make a title by placing a label across the top two elements.
\begin{examplefigure}{}
```julia
Label(ga[1, 1:2, Top()], "Stimulus ratings", valign = :bottom,
font = "TeX Gyre Heros Bold",
padding = (0, 0, 5, 0))

f
Expand Down Expand Up @@ -259,6 +260,7 @@ We can make a little title for the six axes by placing a `Label` in the top prot
\begin{examplefigure}{}
```julia
Label(gd[1, :, Top()], "EEG traces", valign = :bottom,
font = "TeX Gyre Heros Bold",
padding = (0, 0, 5, 0))

f
Expand Down

0 comments on commit 2c43a48

Please sign in to comment.