8000 Update lib/matplotlib/axes/_axes.py · matplotlib/matplotlib@0987e02 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0987e02

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines 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