File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ For new features that were added to matplotlib, please see
1414Changes 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
2121Changes 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
You can’t perform that action at this time.
0 commit comments