Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bce389f

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.