Skip to content

Commit b97ee79

Browse files
authored
Apply suggestion from @timhoffm
1 parent 50f111d commit b97ee79

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/axes/_axes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2416,7 +2416,6 @@ def bar(self, x, height, width=0.8, bottom=None, *, align="center",
24162416
24172417
ecolor : :mpltype:`color` or list of :mpltype:`color`, default: 'black'
24182418
The line color of the errorbars.
2419-
24202419
Multiple colors are only supported if the errorbars do not have
24212420
caps. If you need individually colored errorbars with caps, instead
24222421
use explicit `~.axes.Axes.errorbar` calls for each data point.

0 commit comments

Comments
 (0)