Skip to content

Commit

Permalink
improve video creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Sep 29, 2024
1 parent b91571d commit 6568c28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Tether_06_video.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ function play()
j += 1
wait_until(start + time*1e9)
end
if SAVE
plt.close("all")
run(`./bin/export_video`)
end
nothing
end
play()

0 comments on commit 6568c28

Please sign in to comment.