Skip to content

Commit 3422d79

Browse files
committed
Make animation true by default
1 parent 92c18fa commit 3422d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ndarray/animated_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
dtype = np.float64 # Data type for the grid
2727
use_blosc2 = True # Set to False to use NumPy arrays instead
2828
realize_blosc2 = False # Set to False to skip Blosc2 realization
29-
make_animation = False # Set to False to skip animation creation
29+
make_animation = True # Set to False to skip animation creation
3030
travel_dim = 2 # Dimension to travel through (0 for X, 1 for Y, 2 for Z)
3131

3232
# --- Coordinate creation ---

0 commit comments

Comments
 (0)