Visualization for ContinuousSpace
What's the problem this feature will solve?
I am currently working on a project using mesa. Great framework! The problem is that I use ContinuousSpace, and want to visualise it. Is this something you are working on?
You can check out the boid flockers example. It includes a ContinousSpace visualization. Don't know why it never made it to the core visualizations.
That is a good catch. I have no idea why it isn't in core as well!
I encountered problems with ContinuousSpace visualization once I wanted to use a rectangle with unequal width and height, using the 0.8.7 version of SimpleContinuousModule.py. Essentially the same problem occurs with the boid flockers example. If the width and height arguments to SimpleCanvas in the definition of boid_canvas in server.py are set to unequal values, part of the visualisation will remain empty, while boids disappear and reappear either to the right or the bottom of the canvas.
Duplicate of #753.