質問編集履歴

4

書式の改善

2021/05/31 14:21

投稿

HIROKI123
HIROKI123

スコア0

test CHANGED
File without changes
test CHANGED
@@ -8,15 +8,15 @@
8
8
 
9
9
  ```python
10
10
 
11
- distance_proA = dist.distance_array(A1, A2, box=u.dimensions)
11
+ distance_proA = dist.distance_array(A1, A2, box=u.dimensions)
12
12
 
13
- print(type(distance_proA))
13
+ print(type(distance_proA))
14
14
 
15
- print(distance_proA)
15
+ print(distance_proA)
16
16
 
17
- float(distance_proA)
17
+ float(distance_proA)
18
18
 
19
- print(type(distance_proA))
19
+ print(type(distance_proA))
20
20
 
21
21
 
22
22
 

3

書式の改善

2021/05/31 14:21

投稿

HIROKI123
HIROKI123

スコア0

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,9 @@
6
6
 
7
7
 
8
8
 
9
+ ```python
10
+
9
- distance_proA = dist.distance_array(A1, A2, box=u.dimensions)
11
+ distance_proA = dist.distance_array(A1, A2, box=u.dimensions)
10
12
 
11
13
  print(type(distance_proA))
12
14
 
@@ -30,6 +32,8 @@
30
32
 
31
33
  fig.savefig("test.png")
32
34
 
35
+ ```
36
+
33
37
 
34
38
 
35
39
 

2

誤字と文章による検討事項の追記

2021/05/31 14:21

投稿

HIROKI123
HIROKI123

スコア0

test CHANGED
@@ -1 +1 @@
1
- Matplotlib の線表示したい
1
+ Matplotlib の線表示したい
test CHANGED
File without changes

1

誤字と文章による検討事項の追記

2021/05/31 14:17

投稿

HIROKI123
HIROKI123

スコア0

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,11 @@
1
+ 以下について作図を行いたいのですが、変数の関係か線が表示されません。
2
+
3
+ 特にエラーもなく実行できます。
4
+
5
+ 変数をfloatに戻そうと試みても値も変わりませんでした。
6
+
7
+
8
+
1
9
  distance_proA = dist.distance_array(A1, A2, box=u.dimensions)
2
10
 
3
11
  print(type(distance_proA))