質問編集履歴
1
変数X のデータ追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
python
|
3
3
|
|
4
4
|
###コード
|
5
|
+
X = np.hstack([np.array(cikibake.index.dayofweek.tolist()).reshape(-1,1),np.array(cikibake.index.hour.tolist()).reshape(-1,1)])
|
6
|
+
|
5
7
|
plt.xticks(range(0,len(X),8),xticks.strftime("%a %m-%d"),rotation=90,ha="left")
|
6
8
|
|
7
9
|
###エラーメッセージ
|