回答編集履歴

1

Update

2021/11/26 09:10

投稿

melian
melian

スコア19825

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](2e84cf5bb046afd9895ce91c0d9e6ce8.png)
9
+ ![bar graph](43fc210019a63525e8cbd698bcc56ab5.png)