質問編集履歴

1

変数X のデータ追加

2017/06/15 09:11

投稿

akayon
akayon

スコア32

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,10 @@
5
5
 
6
6
 
7
7
  ###コード
8
+
9
+ X = np.hstack([np.array(cikibake.index.dayofweek.tolist()).reshape(-1,1),np.array(cikibake.index.hour.tolist()).reshape(-1,1)])
10
+
11
+
8
12
 
9
13
  plt.xticks(range(0,len(X),8),xticks.strftime("%a %m-%d"),rotation=90,ha="left")
10
14