Skip to content

Fixed positioning of colorbar ticks for location='top'

This PR fixes a bug in the tick positioning for Plot.add_colorbar(..., location='top'), where the colorbar X-axis wasn't automatically modified to place ticks at the top.

Merge request reports