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 f787f39

Browse filesBrowse files
committed
remove outdated doc for pie chart
1 parent 8b1881f commit f787f39
Copy full SHA for f787f39

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-3
lines changed

‎lib/matplotlib/axes/_axes.py

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