We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4034448 commit 815bdb6Copy full SHA for 815bdb6
1 file changed
lib/matplotlib/colorbar.py
@@ -891,6 +891,7 @@ def add_lines(self, levels, colors, linewidths, erase=True):
891
self.lines = []
892
self.lines.append(col)
893
col.set_color(colors)
894
+ col.set_clip_on(False)
895
self.ax.add_collection(col)
896
self.stale = True
897
0 commit comments