8000 DOC: Minor rewording · matplotlib/matplotlib@87aba29 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87aba29

Browse files
committed
DOC: Minor rewording
1 parent e9bfbb9 commit 87aba29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/pie_and_polar_charts/pie_demo_features.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* drop-shadow
1010
* custom start angle
1111
12-
1312
Note about the custom start angle:
1413
1514
The default ``startangle`` is 0, which would start the "Frogs" slice on the
16-
x-axis. This example sets ``startangle = 90`` such that everything is rotated
17-
counter-clockwise by 90 degrees, the frog slice starts on the positive y-axis.
15+
positive x-axis. This example sets ``startangle = 90`` such that everything is
16+
rotated counter-clockwise by 90 degrees, and the frog slice starts on the
17+
positive y-axis.
1818
"""
1919
import matplotlib.pyplot as plt
2020

0 commit comments

Comments
 (0)
0