diff --git a/README.md b/README.md
index 52002b09e8fb195af6fd19486d711389ab0ae891..61b3aa28ab617fd4893bc54c358b0dcd5b622e88 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,6 @@ set R 3
 
 ### Process overview and scheduling
 
-
 ```netlogo
 ;- Go
 to go
diff --git a/nlogo/Model.nlogo b/nlogo/Model.nlogo
index afbc97002b7739474b8e33be8a51eeacc4b840a0..78570a1eef4efcd09a9a1ef9e1eaa499d45202d7 100644
--- a/nlogo/Model.nlogo
+++ b/nlogo/Model.nlogo
@@ -151,6 +151,26 @@ num-offspring
 NIL
 HORIZONTAL
 
+PLOT
+10
+345
+215
+520
+Count by status
+time [months]
+# foxes
+0.0
+1.0
+0.0
+1.0
+true
+false
+"" ""
+PENS
+"S" 1.0 0 -14070903 true "" "plot count patches with [state = S]"
+"I" 1.0 0 -5298144 true "" "plot count patches with [state = I]"
+"R" 1.0 0 -14439633 true "" "plot count patches with [state = R]"
+
 @#$#@#$#@
 ## WHAT IS IT?