Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd1f6b0

Browse filesBrowse files
committed
tweaked zorder to match line2D's default zorder
1 parent 48f594c commit dd1f6b0
Copy full SHA for dd1f6b0

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎lib/matplotlib/colorbar.py

Copy file name to clipboardExpand all lines: lib/matplotlib/colorbar.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@ def _config_axes(self, X, Y):
418418
xy, edgecolor=mpl.rcParams['axes.edgecolor'],
419419
facecolor='none',
420420
linewidth=mpl.rcParams['axes.linewidth'],
421-
closed=True)
421+
closed=True,
422+
zorder=2)
422423
ax.add_artist(self.outline)
423424
self.outline.set_clip_box(None)
424425
self.outline.set_clip_path(None)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.