Skip to content

Commit 0f049f7

Browse files
tacaswellmdboom
authored andcommitted
Merge remote-tracking branch 'pipping/master'
Conflicts: examples/api/scatter_piecharts.py White space induced conflicts Conflicts: examples/api/scatter_piecharts.py
1 parent 5cede2c commit 0f049f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/api/scatter_piecharts.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import matplotlib.pyplot as plt
99

1010
# first define the ratios
11-
r1 = 0.2 # 20%
11+
r1 = 0.2 # 20%
1212
r2 = r1 + 0.4 # 40%
1313

1414
# define some sizes of the scatter marker
@@ -21,7 +21,6 @@
2121
x = [0] + np.cos(np.linspace(0, 2*math.pi*r1, 10)).tolist()
2222
y = [0] + np.sin(np.linspace(0, 2*math.pi*r1, 10)).tolist()
2323

24-
2524
xy1 = list(zip(x, y))
2625
s1 = max(max(x), max(y))
2726

0 commit comments

Comments
 (0)