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

visual studio - vb.net filter binding source by time -

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -