teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

Update

2021/11/26 09:10

投稿

melian
melian

スコア21265

answer CHANGED
@@ -1,6 +1,5 @@
1
1
  ```python
2
- ax = dfx[("Speed", "90th")].sort_values().plot.bar()
2
+ ax = dfx[("Speed", "90th")].sort_values(ascending=False).plot.bar()
3
3
  ax.set_ylabel("Speed 90th")
4
4
  ```
5
-
6
- ![bar graph](2e84cf5bb046afd9895ce91c0d9e6ce8.png)
5
+ ![bar graph](43fc210019a63525e8cbd698bcc56ab5.png)