wiheto / netplotbrain

A package to create simple 3D network visualizations on a brain.
Apache License 2.0
69 stars 7 forks source link

GIF #18

Closed silviafan closed 2 years ago

silviafan commented 3 years ago

I added this GIF maker script

wiheto commented 3 years ago

Could you maybe add a couple of comments. Espeically I it is not clear why you are doing:

del images[(len(images)-1)//2]

(I think it is to remove an extra frame)?

wiheto commented 3 years ago

Also, there is no addition to plot.py to create gif, from what I can see. Did you forget to add that or did you want me to add it?

wiheto commented 3 years ago

Also don't worry about the test that is failing, that is fixed on the main branch.