回答編集履歴

1

Update

2021/11/24 05:25

投稿

melian
melian

スコア20690

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), r*math.sin(math.pi/2 + i*math.pi*2/5) + y])
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([-2, 2])
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](fdffa74f278ee1d954a05822d0c52e74.png)
71
+ ![star](f99fe21e1332b9ae50d46dd4eaea521f.png)