Skip to content

Commit

Permalink
changing the output filename to arctic_night_atmosphere.mp4 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardpidgeon authored Jan 17, 2025
1 parent 72d71a0 commit 10e8a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arctic_night.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ hidespines!(axu, :t, :l)
hidespines!(axτ, :b, :r)
hidespines!(axQ, :t, :r)

record(fig, "idealized_atmosphere.mp4", 1:Nt, framerate=24) do nn
record(fig, "arctic_night_atmosphere.mp4", 1:Nt, framerate=24) do nn
@info "Drawing frame $nn of $Nt..."
n[] = nn
end
Expand Down

0 comments on commit 10e8a8c

Please sign in to comment.