質問編集履歴

2

コード編集

2018/08/27 06:37

投稿

Non-Face
Non-Face

スコア11

test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,8 @@
28
28
 
29
29
  plt.scatter(xlist,ylist)
30
30
 
31
+ plt.gcf().autofmt_xdate()
32
+
31
33
  plt.show()
32
34
 
33
35
 

1

質問文の追加

2018/08/27 06:37

投稿

Non-Face
Non-Face

スコア11

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  現在PythonでMatplotlibを使ってグラフ作成をしているのですが、グラフの軸とデータがうまく組み合わせられないので質問させていただきました。
2
2
 
3
- 下記完成時のイメージ
3
+ 下記完成時のイメージ
4
4
 
5
5
  ![成功した場合のイメージ](557156e2ac16f3f421f73b896fa1e1f2.png)
6
6
 
@@ -41,3 +41,13 @@
41
41
  ご覧のようにY軸はバラバラで、X軸の日にちは飛び飛びです。
42
42
 
43
43
  これをY軸はHH:MM:SSに、X軸はデータにない日にちも表示し毎日を表示したいのですが解決方法がわかるかたはご教示お願いします
44
+
45
+
46
+
47
+ ### 実行環境
48
+
49
+ windows 10
50
+
51
+ python 3.6.6
52
+
53
+ matplotlib 2.2.3