napari / napari-animation

A napari plugin for making animations
https://napari.github.io/napari-animation/
Other
74 stars 27 forks source link

animate() docstring refers to non-existing with_viewer option (under scale_factor) #146

Closed anntzer closed 9 months ago

anntzer commented 1 year ago

Perhaps you actually meant canvas_only = True?

alisterburt commented 1 year ago

Good catch! Would accept a PR if you're interested in fixing, otherwise will get to it later this week 🙂

anntzer commented 1 year ago

I'll let you have a go :)

psobolewskiPhD commented 10 months ago

If anyone is looking, the docstring to fix is here: https://github.com/napari/napari-animation/blob/a9ca7a7a96e5b281bf80815aaded8a6ce0b72872/napari_animation/animation.py#L157