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 3249e26 commit d633b76Copy full SHA for d633b76
solutions/5.1-goldstar.py
@@ -4,7 +4,7 @@
4
fig, ax = plt.subplots(1, 1)
5
6
offsets = zip([0.2, 0.4, 0.6, 0.8], [0.5] * 4)
7
-collection = StarPolygonCollection(4,
+collection = StarPolygonCollection(5,
8
offsets=offsets,
9
transOffset=ax.transData,
10
facecolors=['gold'],
0 commit comments