The colorbar data of the configuration consists of config options for the colorbar that can be used as a legend. As a consequence, the possible options are determined by the underlying functions.
For ERP plots, the colorbar!
function of the AlgebraOfGraphics
module is used (documentation).
The Colorbar
will be automatically used, when AlgebraOfGraphics
is able to draw it. For this, the color
data will be used and has to be numerical. Furthermore extra=(;categoricalColor=false)
needs to be false
.
In all other Plots the Colorbar
function of the Makie
module is used (documentation).
The Colorbar will only be used when both layoutData.showLegend
and layoutData.useColorbar
are set true
.
- vertical =
true
- tellwidth =
true
- tellheight =
true