I run a simulation where I have one agent type but they arrive of size, say 100. The agents have a parameter, say color, which changes in a simulation. I would like to see the color of each of these agents after a run.
I saw on the documentation site that I can use charts or the inspect window. But, this option seems to work for a single system variable/parameter. I would like to see the value of each agent's color, i.e., a list of 100 parameters. I will also appreciate having the knowledge of the historical changes of the parameter values. How can I make this?

