some bugfixes

This commit is contained in:
Simon Klüttermann 2022-01-03 15:29:55 +01:00
parent d3ffdf3cba
commit 6d488e092e
6 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -68,7 +68,7 @@ import matplotlib.pyplot as plt
plt.plot(p[:,0],p[:,1],".",alpha=0.75)
plt.title(str(loss))
plt.how()
plt.show()

View File

@ -1,7 +1,7 @@
import matplotlib.pyplot as plt
from data2 import data
from data import data
from loss import numpyloss2d
@ -15,7 +15,7 @@ def plotone(x,y,show=True):
plotone(x,y)
plotone(x,z)
plotone(y,z)
print("desired")
plt.title("desired")
plotone(x,y-z)