@@ -176,11 +176,21 @@ end
176176; Copyright 2009 Uri Wilensky.
177177; See Info tab for full copyright and license.]]> </code >
178178 <widgets >
179- <view x =" 285" wrappingAllowedX =" false" y =" 10" frameRate =" 30.0" minPycor =" -20" height =" 537" showTickCounter =" true" patchSize =" 13.0" fontSize =" 10" wrappingAllowedY =" false" width =" 537" tickCounterLabel =" ticks" maxPycor =" 20" updateMode =" 1" maxPxcor =" 20" minPxcor =" -20" ></view >
180- <button x =" 180" y =" 75" height =" 33" disableUntilTicks =" false" forever =" false" kind =" Observer" width =" 100" sizeVersion =" 0" >setup</button >
181- <button x =" 180" y =" 125" height =" 33" disableUntilTicks =" true" forever =" true" kind =" Observer" width =" 100" sizeVersion =" 0" >go</button >
182- <button x =" 180" y =" 175" height =" 33" disableUntilTicks =" true" forever =" false" kind =" Observer" display =" go once" width =" 100" sizeVersion =" 0" >go</button >
183- <plot x =" 855" autoPlotX =" true" yMax =" 10.0" autoPlotY =" true" yAxis =" revenue" y =" 400" xMin =" 0.0" height =" 195" legend =" false" xMax =" 10.0" yMin =" 0.0" xAxis =" time" display =" revenues" width =" 335" sizeVersion =" 0" >
179+ <view x =" 295" wrappingAllowedX =" false" y =" 7" frameRate =" 30.0" minPycor =" -20" height =" 589" showTickCounter =" true" patchSize =" 14.27" fontSize =" 10" wrappingAllowedY =" false" width =" 589" tickCounterLabel =" ticks" maxPycor =" 20" updateMode =" 1" maxPxcor =" 20" minPxcor =" -20" ></view >
180+ <slider x =" 10" step =" 1" y =" 10" max =" 10" width =" 275" display =" number-of-stores" height =" 50" min =" 2" direction =" Horizontal" default =" 3.0" variable =" number-of-stores" ></slider >
181+ <button x =" 200" y =" 130" height =" 45" disableUntilTicks =" true" forever =" true" kind =" Observer" width =" 85" >go</button >
182+ <chooser x =" 10" y =" 187" height =" 60" variable =" rules" current =" 0" width =" 275" display =" rules" >
183+ <choice type =" string" value =" normal" ></choice >
184+ <choice type =" string" value =" moving-only" ></choice >
185+ <choice type =" string" value =" pricing-only" ></choice >
186+ </chooser >
187+ <chooser x =" 10" y =" 65" height =" 60" variable =" layout" current =" 0" width =" 275" display =" layout" >
188+ <choice type =" string" value =" plane" ></choice >
189+ <choice type =" string" value =" line" ></choice >
190+ </chooser >
191+ <button x =" 105" y =" 130" height =" 45" disableUntilTicks =" true" forever =" false" kind =" Observer" width =" 90" display =" go once" >go</button >
192+ <button x =" 10" y =" 130" height =" 45" disableUntilTicks =" false" forever =" false" kind =" Observer" width =" 90" >setup</button >
193+ <plot x =" 895" autoPlotX =" true" yMax =" 10.0" autoPlotY =" true" yAxis =" revenue" y =" 405" xMin =" 0.0" height =" 195" legend =" false" xMax =" 10.0" yMin =" 0.0" width =" 335" xAxis =" time" display =" revenues" >
184194 <setup >ask turtles [
185195 create-temporary-plot-pen (word who)
186196 set-plot-pen-color color
190200 plot (area-count * price)
191201]</update >
192202 </plot >
193- <slider x =" 10" step =" 1" y =" 75" max =" 10" display =" number-of-stores" height =" 33" min =" 2" direction =" Horizontal" default =" 2.0" variable =" number-of-stores" width =" 155" sizeVersion =" 0" ></slider >
194- <plot x =" 855" autoPlotX =" true" yMax =" 10.0" autoPlotY =" true" yAxis =" price" y =" 10" xMin =" 0.0" height =" 195" legend =" false" xMax =" 10.0" yMin =" 0.0" xAxis =" time" display =" prices" width =" 335" sizeVersion =" 0" >
203+ <plot x =" 895" autoPlotX =" true" yMax =" 10.0" autoPlotY =" true" yAxis =" price" y =" 5" xMin =" 0.0" height =" 195" legend =" false" xMax =" 10.0" yMin =" 0.0" width =" 335" xAxis =" time" display =" prices" >
195204 <setup >ask turtles [
196205 create-temporary-plot-pen (word who)
197206 set-plot-pen-color color
201210 plot (price)
202211]</update >
203212 </plot >
204- <plot x =" 855 " autoPlotX =" true" yMax =" 10.0" autoPlotY =" true" yAxis =" area" y =" 205" xMin =" 0.0" height =" 195" legend =" false" xMax =" 10.0" yMin =" 0.0" xAxis = " time " display = " areas " width = " 335 " sizeVersion = " 0 " >
213+ <plot x =" 895 " autoPlotX =" true" yMax =" 10.0" autoPlotY =" true" yAxis =" area" y =" 205" xMin =" 0.0" height =" 195" legend =" false" xMax =" 10.0" yMin =" 0.0" width = " 335 " xAxis = " time " display = " areas " >
205214 <setup >ask turtles [
206215 create-temporary-plot-pen (word who)
207216 set-plot-pen-color color
211220 plot (area-count)
212221]</update >
213222 </plot >
214- <chooser x =" 10" y =" 165" height =" 45" variable =" rules" current =" 0" display =" rules" width =" 155" sizeVersion =" 0" >
215- <choice type =" string" value =" normal" ></choice >
216- <choice type =" string" value =" moving-only" ></choice >
217- <choice type =" string" value =" pricing-only" ></choice >
218- </chooser >
219- <chooser x =" 10" y =" 115" height =" 45" variable =" layout" current =" 0" display =" layout" width =" 155" sizeVersion =" 0" >
220- <choice type =" string" value =" plane" ></choice >
221- <choice type =" string" value =" line" ></choice >
222- </chooser >
223223 </widgets >
224224 <info ><![CDATA[ ## WHAT IS IT?
225225
0 commit comments