Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't clip colorbar dividers #23549

Merged
merged 2 commits into from Aug 9, 2022
Merged

Commits on Aug 9, 2022

  1. Don't clip colorbar dividers

    They are sometimes right on the edge of the Axes, and the last (or
    possibly first) don't get drawn due to clipping. Because the divider
    line width is the same as the Axes frame line width, we don't have to
    worry about it going outside when unclipped.
    
    Fixes matplotlib#22864
    QuLogic committed Aug 9, 2022
    Copy the full SHA
    8fa6bd5 View commit details
    Browse the repository at this point in the history
  2. Fix colorbar dividers with explicit limits

    In this case, place dividers at the same place internally, but then
    always place a divider at the Axes limits (when there's an extend
    triangle there).
    QuLogic committed Aug 9, 2022
    Copy the full SHA
    930bd2f View commit details
    Browse the repository at this point in the history