unfoldtoolbox / UnfoldMakie.jl

Plotting tools for Unfold.jl based on Makie.jl and AlgebraOfGraphics.jl
MIT License
15 stars 7 forks source link

Parameter to switch time method in topoplot series #187

Open vladdez opened 2 weeks ago

vladdez commented 2 weeks ago

It should switch between time snapshot and time range.

behinger commented 2 weeks ago

user could do this already by specifying the bin-function from mean to x->x[end%2] - maybe just a documentation thing?