Closed jagot closed 3 years ago
With the way we've implemented titles now, it's basically a hack. We vbox
two scenes to each other, so that there's a "title scene" above the original.
This will be fixed in MakieLayout!
I had no idea this existed, but there is a title
field in Axis2D (?!) which looks like this:
sc = lines(rand(10))
sc[Axis].names.title = "A title"
Yeah, I secretly brought this back at some point :D
Axis
and Axis3
have titles now, and in general you can add a Label
above an axis or LScene
in a figure.
With the help of @asinghvi17 I got this working, which allows me to do simple subplots:
However, I can't get titles to show up, since they don't modify the
scene
(?):Furthermore, if I try to add titles to subplots, things go really bananas:
Without titles, at least the subplots show up fine: