Hi, me again.
im running a simulation via matplot.pyplot.plot lib, but my image shows only the agents on the space in the current rank /bounds per tick. What's needed to show all the agents on the space for all the cores simultaneously per tick and on a single Image file.
Did you find a way within the documentation? My solution was to write whatever variable you want to plot (i.e. agents) to a pickle archive (one per rank) and then run another code to plot
Hi, me again. im running a simulation via matplot.pyplot.plot lib, but my image shows only the agents on the space in the current rank /bounds per tick. What's needed to show all the agents on the space for all the cores simultaneously per tick and on a single Image file.
Example below - Tick 1
Rank 0 Image
Rank 1 Image
Wanted: All ranks Image
Thanks for your time Alex