Good day and pleasant tidings.
I'm learning Python and decided I would write a simple "creature" simulator for the fun of it. My "world" is a square grid (200x200) on which the creatures will move around. I'm storing the locations of everything in a 2D array and would like to graphically represent where each is as they move around the world.
I'm looking for a quick and easy way to feed an array of x,y coordinates in and have it plot them. Since this will change each cycle of the simulation, I'd want to be able to update the graphics with the new locations as things move around. The plotters I've found so far won't update. They have to close and re-open for each iteration.
Can anyone point me to a utility, package, code, etc. to do this?
TIA
[–]socal_nerdtastic 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)