rht

Results 789 comments of rht

I was about to switch the Altair viz color behavior to match Matplotlib (i.e. color means color, instead of category encoded in color), but decided against it, because the underlying...

> The animation jitter could be fixed with a plt.tight_layout() equivalent of Altair. I just haven't figured it out yet. I fixed this by converting the data from DF to...

New version of the video, with no more jitter. https://github.com/projectmesa/mesa/assets/395821/d0bbaefb-bfa8-43e4-b29e-684bf0ae396f The only concern in this PR is that the `agent_portrayal` function differs from the Matplotlib version in that color is...

I have converted the movie output from .mp4 to .gif ![output](https://github.com/projectmesa/mesa/assets/395821/41328c8b-2b70-410a-91c0-012943115ef3)

Can we move forward with this PR ASAP? I want to implement #2049 but for Altair and many other things. There is nothing controversial in this PR that warrants a...

> I understand your frustration, but for me the main question is still and you haven't commented on this yet, how this relates to https://github.com/projectmesa/mesa/pull/1902 and how to deal with...

> So, are you saying that your answer to @Corvince is to just merge this PR and close the other without any acknowledgement to the author of https://github.com/projectmesa/mesa/pull/1902? Yes, mesa-interactive...

Thank you for moving this forward. Finally.

That looks nice. We could adaptively change the layout by detecting whether the Solara component is run in a Jupyter notebook or not: https://stackoverflow.com/questions/15411967/how-can-i-check-if-code-is-executed-in-the-ipython-notebook. But for this PR, you should...

To put it concisely: - The marker size depends mainly on figure width and grid width, and nothing else. cell_width = figure_width / grid_width. Marker size should be adaptively scaled...