Skip to content

Commit 40be30a

Browse files
committed
Fixed the redundancy (conflated the two items) in api_changes.rst.
1 parent 94f4619 commit 40be30a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

doc/api/api_changes.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ For new features that were added to matplotlib, please see
1414
Changes in 1.2.x
1515
================
1616

17-
* In :meth:`~matplotlib.pyplot.pie`, one can now set the radius of the pie;
18-
setting the *radius* to 'None' (the default value), will result in a pie
19-
with a radius of 1 as before.
17+
* In :meth:`~matplotlib.pyplot.pie` and :meth:`~matplotlib.Axes.pie`, one can
18+
now set the radius of the pie; setting the *radius* to 'None' (the default
19+
value), will result in a pie with a radius of 1 as before.
2020

2121
Changes in 1.1.x
2222
================
@@ -27,10 +27,6 @@ Changes in 1.1.x
2727
will now always mean that the nearest-neighbor interpolation is performed.
2828
If you want the no-op interpolation to be performed, choose 'none'.
2929

30-
* In :meth:`~matplotlib.Axes.pie`, one can now set the radius of the pie;
31-
setting the *radius* to 'None' (the default value), will result in a pie
32-
with a radius of 1 as before.
33-
3430
* There were errors in how the tri-functions were handling input parameters
3531
that had to be fixed. If your tri-plots are not working correctly anymore,
3632
or you were working around apparent mistakes, please see issue #203 in the

0 commit comments

Comments
 (0)