Commit 8fa6bd5
committed
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 #228641 parent 5d3124d commit 8fa6bd5
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
| 437 | + | |
| 438 | + | |
438 | 439 | | |
439 | 440 | | |
440 | 441 | | |
| |||
0 commit comments