Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbacd89

Browse files
committed
change header so everything is in same form
1 parent b1683be commit bbacd89

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

galleries/examples/pie_and_polar_charts/pie_features.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
# slices are rotated counter-clockwise by 90 degrees, and the frog slice starts
100100
# on the positive y-axis.
101101
#
102-
# Controlling the size
103-
# --------------------
102+
# Grow or shrink pie
103+
# ------------------
104104
#
105105
# By changing the *radius* parameter, and often the text size for better visual
106106
# appearance, the pie chart can be scaled.
@@ -112,8 +112,8 @@
112112
plt.show()
113113

114114
# %%
115-
# Modifying the shadow
116-
# --------------------
115+
# Modify shadow
116+
# -------------
117117
#
118118
# The *shadow* parameter may optionally take a dictionary with arguments to
119119
# the `.Shadow` patch. This can be used to modify the default shadow.

0 commit comments

Comments
 (0)