Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit298a23f
committed
Don't clip colorbar dividers
They are sometimes right on the edge of the Axes, and the last (orpossibly first) don't get drawn due to clipping. Because the dividerline width is the same as the Axes frame line width, we don't have toworry about it going outside when unclipped.Fixes#228641 parent5d0d141 commit298a23f
File tree
5 files changed
+380
-23
lines changed- lib/matplotlib
- tests
- baseline_images/test_colorbar
5 files changed
+380
-23
lines changedLines 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 |
| |
|
Binary file not shown.
Lines changed: 351 additions & 0 deletions
Loading
0 commit comments
Comments
(0)