回答編集履歴
1
Update
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
if i%2==0:
|
26
26
|
|
27
|
-
star_points.append([r*math.cos(math.pi/2 + i*math.pi*2/5 + x
|
27
|
+
star_points.append([r*math.cos(math.pi/2 + i*math.pi*2/5) + x, r*math.sin(math.pi/2 + i*math.pi*2/5) + y])
|
28
28
|
|
29
29
|
|
30
30
|
|
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
ax = fig.add_subplot(111)
|
40
40
|
|
41
|
-
ax.set_xlim([-
|
41
|
+
ax.set_xlim([-1, 3])
|
42
42
|
|
43
43
|
ax.set_ylim([-1, 3])
|
44
44
|
|
@@ -68,6 +68,4 @@
|
|
68
68
|
|
69
69
|
```
|
70
70
|
|
71
|
-
|
72
|
-
|
73
|
-
![star](f
|
71
|
+
![star](f99fe21e1332b9ae50d46dd4eaea521f.png)
|