Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1683be commit bbacd89Copy full SHA for bbacd89
1 file changed
galleries/examples/pie_and_polar_charts/pie_features.py
@@ -99,8 +99,8 @@
99
# slices are rotated counter-clockwise by 90 degrees, and the frog slice starts
100
# on the positive y-axis.
101
#
102
-# Controlling the size
103
-# --------------------
+# Grow or shrink pie
+# ------------------
104
105
# By changing the *radius* parameter, and often the text size for better visual
106
# appearance, the pie chart can be scaled.
@@ -112,8 +112,8 @@
112
plt.show()
113
114
# %%
115
-# Modifying the shadow
116
+# Modify shadow
+# -------------
117
118
# The *shadow* parameter may optionally take a dictionary with arguments to
119
# the `.Shadow` patch. This can be used to modify the default shadow.
0 commit comments