10000
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 9acfc5f commit 06e55e6Copy full SHA for 06e55e6
lib/matplotlib/axes/_axes.py
@@ -3074,15 +3074,6 @@ def extract_err(err, data):
3074
l0 = mlines.Line2D(x, y, **eb_style)
3075
self.add_line(l0)
3076
3077
- if ecolor is None:
3078
- if l0 is None:
3079
- ecolor = self._get_lines.get_next_color()
3080
- else:
3081
- ecolor = l0.get_color()
3082
-
3083
- for l in barcols:
3084
- l.set_color(ecolor)
3085
3086
self.autoscale_view()
3087
self._hold = holdstate
3088
0 commit comments