DimensionalData.jl
DimensionalData.jl copied to clipboard
Put colorbars inside plots
So that we stick to a single axis
How would that work? That's not a thing in Plots at least.
You can stash them in the same layout cell though...
You mean to do a default like Colorbar(fig[1,1], obj, tellwidth=false, tellhight=false, valign=...., halign=...)
In Makie
Colorbar(fig[1, 1, Right()]...
(To me Plots.jl recipes are deprecated, I won't personally work on them again)