projectmesa / mesa

Mesa is an open-source Python library for agent-based modeling, ideal for simulating complex systems and exploring emergent behaviors.
https://mesa.readthedocs.io
Apache License 2.0
2.53k stars 885 forks source link

Improve visual styling of grid drawing #2438

Open quaquel opened 2 weeks ago

quaquel commented 2 weeks ago

Grids are optionally drawn for all discrete spaces. However, the look is not always esthetically pleasing. It might be worth to spend some time to tune how grids are drawn for all spaces.

AdeebaNizam404 commented 1 week ago

Can u please assign this issue to me ..... I want to work on it ....

EwoutH commented 1 week ago

Thanks for showing interest, @quaquel good by you?

quaquel commented 1 week ago

Yes go ahead and put forward your ideas. Note that it should be done in a way that does not break the existing API, although having more user control (so expanding the API) would be fine. Moreover, even if you were to start on the matplotlib side, it is important to have a sense of how it might work for altair as well.