You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: