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 0987e02

Browse filesBrowse files
Update lib/matplotlib/axes/_axes.py
Co-authored-by: Bruno Beltran <brunobeltran0@gmail.com>
1 parent c0ee631 commit 0987e02
Copy full SHA for 0987e02

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2946,7 +2946,7 @@ def pie(self, x, explode=None, labels=None, colors=None,
29462946
When *True*, always make a full pie by normalizing x so that
29472947
``sum(x) == 1``. When *False*, make a partial (or overfull) pie.
29482948
2949-
When *None*, gives the normalize if ``sum(x) > 0`` and warn if
2949+
When *None*, defaults to *True* if ``sum(x) > 0`` and *False* if
29502950
``sum(x) < 1``.
29512951
29522952
Please note that passing None to this parameter is deprecated.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.