Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Sep 21, 2023
1 parent 80a9dcf commit 2a3de7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/viz_dehy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/vizme_DeHy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ for il in eachindex(fnum)
p4 = arrows!(axs[il], xc[rng], yc[rng], Vx[rng, rng], Vy[rng,rng]; lengthscale=2.0, arrowsize=9, color=:gray),
)

axs[il].title = "$(label[il]) time/τc = $(@sprintf("%1.4f", timeP/t_char))"
axs[il].title = "$(label[il]) time/tc = $(@sprintf("%1.4f", timeP/t_char))"
limits!(axs[il], -7, 7, -7, 7)

(il > 1) && hideydecorations!(axs[il], grid=false)
Expand Down

0 comments on commit 2a3de7a

Please sign in to comment.