Hey folks,
I am having trouble setting up a colorbar. The plot is set with aspect = DataAspect() and is quite rectangular. The colorbar then appears very far from the actual plot (see below). How can I remedy this so that the colorbar is at a decent location? Currently, I simply call Colarbar( fig[1,2], limits=...).
Thanks, this is exactly what I needed! I am curious, I am getting an error that resize_to_layout!() is not defined. Has its usage been changed? It’s not a huge deal as I found a decent resolution setting, I’m just curious as it seems convenient for quick exploratory plotting.