Skip to content

Commit 2128459

Browse files
committed
DOC: move pie's Axes aspect advice into notes section
1 parent 6e74e7d commit 2128459

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2560,11 +2560,13 @@ def pie(self, x, explode=None, labels=None, colors=None,
25602560
numeric labels. Is returned only if parameter *autopct* is
25612561
not *None*.
25622562
2563-
Examples
2564-
--------
2563+
Notes
2564+
-----
25652565
The pie chart will probably look best if the figure and axes are
25662566
square, or the Axes aspect is equal.
25672567
2568+
Examples
2569+
--------
25682570
.. plot:: mpl_examples/pie_and_polar_charts/pie_demo_features.py
25692571
25702572

0 commit comments

Comments
 (0)