netlogo - How to not display labels in "Patch Clusters Example"? -


is possible not display labels in "patch clusters example". however, keep value of plabel each road in order count number of black roads between red patches. in advance help.

enter image description here

just remove these lines:

ask p [ ask patches [cluster = [cluster] of myself]   [ set plabel counter ] ] 

Comments

Popular posts from this blog

google app engine - 403 Forbidden POST - Flask WTForms -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -

how to run a query SQL in node.js mysql -