Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit baccb7c

Browse files
committed
Make pyplot.bar color kwarg less ambiguous
1 parent 0ecec1e commit baccb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
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)