Skip to content

Commit a660764

Browse files
committed
Update _animate.py
1 parent 17a00c1 commit a660764

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WrightTools/artists/_animate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
from ._helpers import norm_from_channel
1212
from ._interact import interact2D_fig
1313
from ._quick import Quick1DIterator, Quick2DIterator
14+
from ..kit import joint_shape
15+
1416

1517
__all__ = ["animate2D", "animate_interact2D", "animate_quick"]
1618
logger = logging.getLogger("animation")
@@ -99,8 +101,6 @@ def gen_title(ind):
99101
]
100102
return "\n".join(parts)
101103

102-
from ..kit import joint_shape
103-
104104
frame_shape = joint_shape(*[a[:] for a in data.axes[:-2]])
105105
channel_shape = joint_shape(*[a[:] for a in data.axes[-2:]])
106106
# mask indices that are spanned by the x and y axes

0 commit comments

Comments
 (0)