質問編集履歴

2

修正

2022/04/03 03:36

投稿

8960
8960

スコア108

test CHANGED
File without changes
test CHANGED
@@ -68,7 +68,7 @@
68
68
  fig,ax = plt.subplots(figsize=(15,10))
69
69
  #色の設定&Plot
70
70
  grouped = df.groupby("date")
71
- **colors = ?**
71
+ colors = ?
72
72
  for key, group in grouped:
73
73
  group.plot(ax=ax,kind="scatter",x="Score1",y="Score2",label=key,color=colors[key],s=80)
74
74
  #画像サイズ、軸サイズ調整

1

修正

2022/04/03 03:35

投稿

8960
8960

スコア108

test CHANGED
File without changes
test CHANGED
@@ -68,7 +68,7 @@
68
68
  fig,ax = plt.subplots(figsize=(15,10))
69
69
  #色の設定&Plot
70
70
  grouped = df.groupby("date")
71
- colors = ?
71
+ **colors = ?**
72
72
  for key, group in grouped:
73
73
  group.plot(ax=ax,kind="scatter",x="Score1",y="Score2",label=key,color=colors[key],s=80)
74
74
  #画像サイズ、軸サイズ調整