8000 remove outdated doc for pie chart · matplotlib/matplotlib@f787f39 · GitHub
[go: up one dir, main page]

Skip to content

Commit f787f39

Browse files
committed
remove outdated doc for pie chart
1 parent 8b1881f commit f787f39

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
@@ -2948,9 +2948,7 @@ def pie(self, x, explode=None, labels=None, colors=None,
29482948
Plot a pie chart.
29492949
29502950
Make a pie chart of array *x*. The fractional area of each wedge is
2951-
given by ``x/sum(x)``. If ``sum(x) < 1``, then the values of *x* give
2952-
the fractional area directly and the array will not be normalized. The
2953-
resulting pie will have an empty wedge of size ``1 - sum(x)``.
2951+
given by ``x/sum(x)``.
29542952
29552953
The wedges are plotted counterclockwise, by default starting from the
29562954
x-axis.

0 commit comments

Comments
 (0)
0