回答編集履歴

1

誤字修正

2018/05/11 10:00

投稿

can110
can110

スコア38256

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  df = pd.DataFrame( {'theta':[0,60,120,180,240,300,360], 'r':[0.11,0.22,0.33,0.44,0.55,0.66,0.77]})
14
14
 
15
- theta = df['theta'] / 180 * np.pi # dig -> rad
15
+ theta = df['theta'] / 180 * np.pi # deg -> rad
16
16
 
17
17
  ax = plt.subplot(111, projection='polar')
18
18