Skip to content

Commit fbbd100

Browse files
committed
Fix video bugs + final version of tests
1 parent fca2eb0 commit fbbd100

File tree

2 files changed

+567
-568
lines changed

2 files changed

+567
-568
lines changed

src/plotting/convenience.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7246,7 +7246,7 @@ function evolutionVideo(
72467246
############################################################################################
72477247

72487248
prog_bar = Progress(
7249-
nrow(simulation_table),
7249+
length(times),
72507250
dt=0.5,
72517251
desc="Analyzing and plotting the data... ",
72527252
color=:blue,
@@ -7272,7 +7272,7 @@ function evolutionVideo(
72727272
f = Figure()
72737273

72747274
# Initialize the animation stream
7275-
vs = VideoStream(f; framerate)
7275+
vs = VideoStream(f; format="mkv", framerate)
72767276

72777277
col_iterator = enumerate(zip(quantities, labels, colorranges))
72787278

0 commit comments

Comments
 (0)