-
Notifications
You must be signed in to change notification settings - Fork 891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SolaraViz: Visualize PropertyLayers #2138
Comments
If I'm correct three people implemented a custom
Would one at you give it a go for the (@Corvince this wouldn't conflict with your work right?) |
@Corvince maybe we need to have some layer system for the visualization, with the grids and layers being in the background and agents moving on top of those. Each layer/grid can have some transparency and an order in which they are stacked. |
I think thats a bit too far into the realms of a visualization library. This should preferably handled by one of those. But this goes into the direction of some previous discussions on how to restructure our plots so they don't redraw from scratch every time. Need to do some more research into that direction. I think its also important that we soon provide a PropertyLayer for the experimental cell_space, that would make things a lot more future proof and more motivating to work on |
Implemented in #2336! Example: projectmesa/mesa-examples#214, and now available in Mesa |
Our new (and current) visualization doesn't support visualising PropertyLayers yet. It would be really great if it could do that.
mesa/mesa/space.py
Line 569 in 290cedd
I think you need to decide if you want to use matplotlib or altair for it, and then add it either here:
mesa/mesa/visualization/components/matplotlib.py
Lines 13 to 23 in 002d3f4
or here
mesa/mesa/visualization/components/altair.py
Lines 10 to 14 in 002d3f4
The text was updated successfully, but these errors were encountered: