From 9d8b60908e8b5badeb3532e917b5b734129ffed1 Mon Sep 17 00:00:00 2001
From: Dave <davepreiss@gmail.com>
Date: Thu, 13 Apr 2023 12:33:12 -0400
Subject: [PATCH] plot sizes

---
 week9/README.MD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/week9/README.MD b/week9/README.MD
index c0966a2..7e84952 100644
--- a/week9/README.MD
+++ b/week9/README.MD
@@ -2,7 +2,7 @@
 
 ## 11.1
 
-<img src="img/11_1.png" height="600">
+<img src="img/11_1.png" height="400">
 
 Fit line: y = 1.648 + 3.772x
 Known error: slope error: 0.3401
@@ -20,4 +20,4 @@ The top plot is our noisy data + fit and the bottom are the a and b coefficients
 
 Here's an animation of the coefficients actually updating and converging to fit.
 
-<img src="img/animation.gif" height="600">
\ No newline at end of file
+<img src="img/animation.gif" height="400">
\ No newline at end of file
-- 
GitLab