Closed
Description
Our new (and current) visualization doesn't support visualising PropertyLayers yet. It would be really great if it could do that.
- PropertyLayers:
Line 569 in 290cedd
- Visualization: https://github.com/projectmesa/mesa/tree/main/mesa/visualization
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