回答編集履歴
1
s
answer
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
> 全ての数値をラベル表示するにはどうしたら良いでしょうか?
|
4
4
|
|
5
|
-
set_xticks() で x 軸のラベルを
|
5
|
+
set_xticks() で x 軸のラベルを明示的に設定してください。
|
6
6
|
|
7
7
|
|
8
8
|
[matplotlib.pyplot.xticks](https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.xticks.html)
|