I’d like to customize my Colorbar() ticks in Makie/CairoMakie
I have reduced the colorrange on a graph since I have outliers that I do wish to display but don’t wish to have impact my colormap. Currently the ticks on the bar are the same as the colorrange even though this is actually inaccurate.
In reality they are from “< min value” to “> max value”. The rest of the ticks can of course be regular. Something like matplotlib’s cbar.ax.set_yticklabels().
I have not so far managed to find this in the docs so any help is welcome! Thanks!
I could not fully understand what problem you are trying to solve specifically, please provide an MWE (Please read: make it easier to help you) if the above is not sufficient to solve your problem.