From 2ceae20ed5518a42055866bed7de0ccc36d8ee07 Mon Sep 17 00:00:00 2001
From: Louis Henry Holtuin Linnerud <lhlinner@stud.ntnu.no>
Date: Mon, 16 May 2022 11:01:27 +0200
Subject: [PATCH] small change in desc

---
 Plot_3_.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Plot_3_.py b/Plot_3_.py
index 34c219e..b791d41 100644
--- a/Plot_3_.py
+++ b/Plot_3_.py
@@ -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
-- 
GitLab