Skip to content

Commit 03e482a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4e225cf commit 03e482a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

WrightTools/artists/_animate.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from ._interact import interact2D_fig
1313
from ._quick import ChopHandler
1414

15-
1615
__all__ = ["animate2D", "animate_interact2D"]
1716
logger = logging.getLogger("animation")
1817

@@ -48,9 +47,9 @@ def animate2D(
4847
colormap used. Defaults to WrightTools default
4948
5049
back_and_forth: bool = False
51-
when True, the animation will go in reverse after going forward,
50+
when True, the animation will go in reverse after going forward,
5251
creating a continuous loop when repeat is no
53-
52+
5453
**kwargs: dict items
5554
all extra kwargs are passed to matplotlib.FuncAnimation
5655
@@ -134,7 +133,6 @@ def animate_quick2D(quick2D: ChopHandler, snake=False, back_and_forth=False, **k
134133
"""animate a quick2D series"""
135134
# define a slightly different plotter that reuses the same figure axes
136135

137-
138136
raise NotImplementedError
139137

140138

0 commit comments

Comments
 (0)