JuliaDynamics / Agents.jl

Agent-based modeling framework in Julia
https://juliadynamics.github.io/Agents.jl/stable/
MIT License
712 stars 114 forks source link

Fix reset button in abmexploration #999

Closed Tortar closed 4 months ago

Tortar commented 4 months ago

Fixes #944

Tortar commented 4 months ago

It helps to track the shifting amount for new data points appearing when plotting the agent/model data, otherwise the new points would cover the old ones in the plots

Tortar commented 4 months ago

in general it is a kwargs which shouldn't be used by users, maybe we can underscore it

Tortar commented 4 months ago

Tested the branch at the latest commit locally, everything works, I think github is not working properly as usual, but let's see if everything works after merging