回答編集履歴
1
Update
test
CHANGED
@@ -1,11 +1,9 @@
|
|
1
1
|
```python
|
2
2
|
|
3
|
-
ax = dfx[("Speed", "90th")].sort_values().plot.bar()
|
3
|
+
ax = dfx[("Speed", "90th")].sort_values(ascending=False).plot.bar()
|
4
4
|
|
5
5
|
ax.set_ylabel("Speed 90th")
|
6
6
|
|
7
7
|
```
|
8
8
|
|
9
|
-
|
10
|
-
|
11
|
-
![bar graph](2e8
|
9
|
+
![bar graph](43fc210019a63525e8cbd698bcc56ab5.png)
|