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.
2 parents b1683be + bbacd89 commit 6dc2b5aCopy full SHA for 6dc2b5a
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