Skip to content

Commit bce389f

Browse files
committed
Merge pull request #2308 from dmcdougall/v1.2.x
Make pyplot.bar color kwarg less ambiguous
2 parents 0ecec1e + baccb7c commit bce389f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4709,7 +4709,7 @@ def bar(self, left, height, width=0.8, bottom=None, **kwargs):
47094709
*width* the widths of the bars
47104710
*bottom* the y coordinates of the bottom edges of
47114711
the bars
4712-
*color* the colors of the bars
4712+
*color* the colors of the bar faces
47134713
*edgecolor* the colors of the bar edges
47144714
*linewidth* width of bar edges; None means use default
47154715
linewidth; 0 means don't draw edges.

0 commit comments

Comments
 (0)