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 281081b commit 8cedd21Copy full SHA for 8cedd21
examples/pie_and_polar_charts/pie_demo_features.py
@@ -9,12 +9,12 @@
9
* drop-shadow
10
* custom start angle
11
12
-
13
Note about the custom start angle:
14
15
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.
+positive x-axis. This example sets ``startangle = 90`` such that everything is
+rotated counter-clockwise by 90 degrees, and the frog slice starts on the
+positive y-axis.
18
"""
19
import matplotlib.pyplot as plt
20
0 commit comments