With the current documentation, look like the page for the usage of legends is missing:
http://makie.juliaplots.org/stable/search.html?q=legend
returns no results. Is it intentional/legend renamed to something else or just a documentation generation issue? Thanks!
Legends aren't supported in the way I would like to have them - yet... So that's why there is no documentation.
Note that there are examples though, that show how to use legends:
https://simondanisch.github.io/ReferenceImages/gallery///color_legend//index.html
https://simondanisch.github.io/ReferenceImages/gallery///labels//index.html
Can be found in the gallery:
https://simondanisch.github.io/ReferenceImages/gallery/index.html
Although legend is badly named, so one needs to search for "labels"
Via SImon:
camera = campixel! is needed to have a concrete boundingbox in pixel units, so that the layouting in vbox can automatically give it the right size!
work-in-progress: write a function/recipe that aims to work like plot in Plots.jl, here
Most helpful comment
work-in-progress: write a function/recipe that aims to work like
plotinPlots.jl, here