stocnet / manynet

Many Ways to Make, Manipulate, and Map Myriad Networks
https://stocnet.github.io/manynet/
Other
9 stars 0 forks source link

`autographs()` and `autographt()` fail to properly plot network diffusion #65

Closed henriquesposito closed 3 months ago

henriquesposito commented 3 months ago

It appears that autographs() and autographt() is not currently plotting diffusion through networks properly. For instance:

autographs(play_diffusion(ison_adolescents)) autographs(play_diffusion(ison_adolescents, seeds = 4)) autographs(play_diffusion(ison_adolescents, latency = 0.5)) autographt(play_diffusion(ison_adolescents))

All display the same network incorrectly (as if no nodes were infected) but both play_diffusions() and autographr() appear to be working fine...

play_diffusion(ison_adolescents) autographr(play_diffusion(ison_adolescents))