Skip to content
Snippets Groups Projects
Commit 2ceae20e authored by Louis Linnerud's avatar Louis Linnerud
Browse files

small change in desc

parent 6f2085fb
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ fig=plt.figure(figsize=(16,9))
fig.text(0.5,0.95,"HowToPLT",ha="center",va="top",fontsize=20)
plt.subplots_adjust(wspace=0.2,hspace=0.3)
plt.subplot(2,2,1)#jobber med øverste plot
#plotting plus style
#plot 1
plt.plot(x,y_2,color='green',lw=3,label="theory")
plt.plot(x,y_1,'mo--', lw=1.5,ms=4,label="data")
#adding info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment