Skip to content

Commit 94f4619

Browse files
committed
Added "Changes in 1.2.x", moved changes to "pie" to that section.
1 parent 34186bd commit 94f4619

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/api/api_changes.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ help figure out possible sources of the changes you are experiencing.
1111
For new features that were added to matplotlib, please see
1212
:ref:`whats-new`.
1313

14+
Changes in 1.2.x
15+
================
16+
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.
20+
1421
Changes in 1.1.x
1522
================
1623

@@ -20,10 +27,6 @@ Changes in 1.1.x
2027
will now always mean that the nearest-neighbor interpolation is performed.
2128
If you want the no-op interpolation to be performed, choose 'none'.
2229

23-
* In :meth:`~matplotlib.pyplot.pie`, one can now set the radius of the pie;
24-
setting the *radius* to 'None' (the default value), will result in a pie
25-
with a radius of 1 as before.
26-
2730
* In :meth:`~matplotlib.Axes.pie`, one can now set the radius of the pie;
2831
setting the *radius* to 'None' (the default value), will result in a pie
2932
with a radius of 1 as before.

0 commit comments

Comments
 (0)