回答編集履歴
1
修正
answer
CHANGED
@@ -38,6 +38,7 @@
|
|
38
38
|
width=0.5,
|
39
39
|
)
|
40
40
|
|
41
|
+
ax.set_xticks(xs)
|
41
42
|
ax.set_xticklabels(labels) # ラベル
|
42
43
|
ax.legend()
|
43
44
|
ax.grid()
|