I want to give the names "Meat Market" and "Substitutes Market" to the two blocks bottom left and top right. I tried to use ask market-patches [ set plabel "Meat Market"] ask market-patches1 [ set plabel "Substitutes Market"]
but the results was this:
enter image description here
market-patches and market-patches1 are both global variables. When it executes the code it probably writes "Meat Market" and "Substitutes Market" for each patch but what I want is one big "Meat Market" and "Substitutes Market" for each blue square respectively. How can I avoid this?