gipps + pipes

This commit is contained in:
√(noham)²
2023-07-19 17:18:32 +02:00
parent edbd2c138b
commit 27527819fa
8 changed files with 219 additions and 34 deletions

View File

@@ -14,5 +14,6 @@ plt.figure(figsize=[16,9])
plt.xlabel('distance w en m')
plt.ylabel('vitesse en m.s-¹')
plt.plot(ww, phi(ww))
plt.savefig('phi(ww).png', dpi=300)
plt.show()
plt.savefig('test/phi(www).png')
plt.draw()
plt.pause(4)