Skip to content
Snippets Groups Projects
Commit 9daf96b6 authored by Richter, Manuela's avatar Richter, Manuela
Browse files

Sinus hinzugefügt

parent 1a947240
Branches
Tags
1 merge request!12v.0.1 for alpha release
......@@ -25,7 +25,10 @@ ProjectID= "MR01"
#%% Daten erzeugen
x = np.linspace(0,10,100)
y= random.rand(100) + 2
y_2 = np.sin(x) +2
#%% figure erstellen
plt.plot(x,y)
plt.plot(x,y_2)
plt.show()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment