Closed joelmiller closed 6 years ago
This is currently in progress. Want to have the ability to add plots to the time series.
done with 0.99.1
I would be great to support interactive visualization:
from ipywidgets import interact, fixed
interact(sim.display, time=[0, 10], node_size = 4 )
create animation. Main image should be graph changing in time. On side include plot with S, I, and R with bar showing advance of time.
animate(display_times, t, full_data, SIR=True, pos =None, colorS=X, colorI = Y, colorR=Z)
include optional keywords for nx.draw.