回答編集履歴
1
Update
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
-
dfx
|
9
|
+
dfx[:-1].plot.scatter(x=('Speed', 'mean'), y=('Angle', 'mean'), ax=ax)
|
10
10
|
|
11
11
|
|
12
12
|
|