Skip to content

Commit

Permalink
Merge pull request #411 from NetLogo/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
jzkelter authored May 26, 2024
2 parents 7085b16 + 675a4b3 commit 5e119f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ PLOT
204
268
Balls in air
Ticks
Seconds
Balls in air
0.0
10.0
Expand All @@ -168,7 +168,7 @@ PLOT
204
426
Untriggered traps
Ticks
Seconds
Untriggered traps
0.0
10.0
Expand Down Expand Up @@ -200,14 +200,14 @@ Snap time distribution
Snap time, seconds
Number of traps
0.0
5.0
30.0
0.0
10.0
true
false
"" ""
PENS
"default" 0.2 1 -16777216 true "" ""
"default" 1.0 1 -16777216 true "" ""

@#$#@#$#@
## WHAT IS IT?
Expand All @@ -233,6 +233,7 @@ See the `time` extension documentation for more details on each of these primiti
## CREDITS

Prepared by Colin Sheppard and Steve Railsback, 7 Nov 2013.
Updated by Steve Railsback, 11 Aug 2022.

<!-- 2020 -->
@#$#@#$#@
Expand Down
2 changes: 1 addition & 1 deletion IABM Textbook/chapter 3/El Farol Extensions/El Farol.nlogo
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ to setup
;; bar is "crowded"
ask patch (0.75 * max-pxcor) (0.5 * max-pycor) [
set crowded-patch self
set plabel-color red
set plabel-color yellow
]

;; create the agents and give them random strategies
Expand Down

0 comments on commit 5e119f7

Please sign in to comment.