updates
This commit is contained in:
parent
966d85ba01
commit
0bfc4bcee3
|
@ -374,4 +374,4 @@ def plotResults():
|
||||||
plt.subplot(2, 5, i + 1)
|
plt.subplot(2, 5, i + 1)
|
||||||
plt.plot(results[i, :], marker='.', label=f)
|
plt.plot(results[i, :], marker='.', label=f)
|
||||||
plt.title(s[i])
|
plt.title(s[i])
|
||||||
plt.legend
|
plt.legend()
|
||||||
|
|
Loading…
Reference in New Issue