teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

4

誤字

2019/11/01 11:09

投稿

ramin
ramin

スコア34

title CHANGED
File without changes
body CHANGED
@@ -16,5 +16,6 @@
16
16
  plt.show()
17
17
  ```
18
18
 
19
+
19
20
  黒線が上に来るようにしたいです。
20
21
  ![イメージ説明](7139d227fbe325a6cf52afb9035b9c85.png)

3

修正依頼について

2019/11/01 11:09

投稿

ramin
ramin

スコア34

title CHANGED
File without changes
body CHANGED
@@ -16,4 +16,5 @@
16
16
  plt.show()
17
17
  ```
18
18
 
19
+ 黒線が上に来るようにしたいです。
19
20
  ![イメージ説明](7139d227fbe325a6cf52afb9035b9c85.png)

2

編集

2019/11/01 11:09

投稿

ramin
ramin

スコア34

title CHANGED
File without changes
body CHANGED
@@ -4,9 +4,9 @@
4
4
  ```python
5
5
  from matplotlib import pyplot as plt
6
6
 
7
- number = [1,2,3,4,5] #
7
+ number = [1,2,3,4,5] # x
8
- max_speed = [160, 170, 150, 140, 120] # 軸1
8
+ max_speed = [160, 170, 150, 140, 120] # y軸1
9
- count = [1,7,8,9,6] # 軸2
9
+ count = [1,7,8,9,6] # y軸2
10
10
 
11
11
  fig = plt.figure()
12
12
  ax_speed = fig.add_subplot(1, 1, 1)

1

情報の追加

2019/11/01 10:52

投稿

ramin
ramin

スコア34

title CHANGED
File without changes
body CHANGED
@@ -4,9 +4,9 @@
4
4
  ```python
5
5
  from matplotlib import pyplot as plt
6
6
 
7
- number = [1,2,3,4,5]
7
+ number = [1,2,3,4,5] # 横軸
8
- max_speed = [160, 170, 150, 140, 120]
8
+ max_speed = [160, 170, 150, 140, 120] # 縦軸1
9
- count = [1,7,8,9,6]
9
+ count = [1,7,8,9,6] # 縦軸2
10
10
 
11
11
  fig = plt.figure()
12
12
  ax_speed = fig.add_subplot(1, 1, 1)