We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent45a53e2 commit17c1d3cCopy full SHA for 17c1d3c
lib/matplotlib/axes/_axes.py
@@ -3545,7 +3545,7 @@ def pie(self, x, *, explode=None, labels=None, colors=None, wedge_labels=None,
3545
.. deprecated:: 3.12
3546
In future these labels will not appear on the wedges but only
3547
be made available for the legend (see *labeldistance* below).
3548
- To label the wedges directly, use *wedge_labels* or the
+ To labelplace labels onthe wedges, use *wedge_labels* or the
3549
`pie_label` method.
3550
3551
colors : :mpltype:`color` or list of :mpltype:`color`, default: None
@@ -3566,7 +3566,8 @@ def pie(self, x, *, explode=None, labels=None, colors=None, wedge_labels=None,
3566
3567
wedge_labels="{absval:d} ({frac:.0%})"
3568
3569
- For more control or to add multiple sets of labels, use `pie_label`.
+ For more control or to add multiple sets of labels, use `pie_label`
3570
+ instead.
3571
3572
.. versionadded:: 3.12
3573