File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ help figure out possible sources of the changes you are experiencing.
1111For 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+
1421Changes 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.
You can’t perform that action at this time.
0 commit comments