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

Skip to content

Commit 18f864d

Browse files
authored
Merge pull request #22782 from meeseeksmachine/auto-backport-of-pr-22774-on-v3.5.x
Backport PR #22774 on branch v3.5.x (Remove outdated doc for pie chart)
2 parents 9c603cc + 16891df commit 18f864d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2939,9 +2939,7 @@ def pie(self, x, explode=None, labels=None, colors=None,
29392939
Plot a pie chart.
29402940
29412941
Make a pie chart of array *x*. The fractional area of each wedge is
2942-
given by ``x/sum(x)``. If ``sum(x) < 1``, then the values of *x* give
2943-
the fractional area directly and the array will not be normalized. The
2944-
resulting pie will have an empty wedge of size ``1 - sum(x)``.
2942+
given by ``x/sum(x)``.
29452943
29462944
The wedges are plotted counterclockwise, by default starting from the
29472945
x-axis.

0 commit comments

Comments
 (0)