質問編集履歴

1

タイトルとプログラムのパッケージ部分を変更しました

2019/11/05 05:11

投稿

ksts_lv
ksts_lv

スコア16

test CHANGED
@@ -1 +1 @@
1
- python 矢印のラベルの位置
1
+ python 矢印のラベル文字を上に表示させる方法がわからない
test CHANGED
@@ -13,6 +13,8 @@
13
13
 
14
14
 
15
15
  ```python3
16
+
17
+ import matplotlib.pyplot as plt
16
18
 
17
19
  x1 = 90 #終点のx座標
18
20