質問編集履歴
4
test
CHANGED
File without changes
|
test
CHANGED
@@ -148,9 +148,9 @@
|
|
148
148
|
|
149
149
|
plt.subplot(2, 6, 1)
|
150
150
|
|
151
|
+
plt.title("U Phase", fontsize=20)
|
152
|
+
|
151
|
-
plt.ti
|
153
|
+
plt.plot(Time, SinU, label="Sin")<<<<<<<<<<<<<<<<<<<<
|
152
|
-
|
153
|
-
plt.plot(Time, SinU, label="Sin")
|
154
154
|
|
155
155
|
plt.plot(Time, TriWave, label="Tri")
|
156
156
|
|
3
test
CHANGED
File without changes
|
test
CHANGED
@@ -86,6 +86,10 @@
|
|
86
86
|
|
87
87
|
|
88
88
|
|
89
|
+
エラー部を<<<<で示しています。
|
90
|
+
|
91
|
+
|
92
|
+
|
89
93
|
```Python3
|
90
94
|
|
91
95
|
import matplotlib.pyplot as plt
|
@@ -144,7 +148,7 @@
|
|
144
148
|
|
145
149
|
plt.subplot(2, 6, 1)
|
146
150
|
|
147
|
-
plt.title("U Phase", fontsize=20)
|
151
|
+
plt.title("U Phase", fontsize=20)<<<<<<<<<<<
|
148
152
|
|
149
153
|
plt.plot(Time, SinU, label="Sin")
|
150
154
|
|
2
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
matplotlib
|
1
|
+
matplotlibでのValue Error(配列の数が原因と思われます)
|
test
CHANGED
File without changes
|