Skip to content

Commit 2a3de7a

Browse files
committed
Update
1 parent 80a9dcf commit 2a3de7a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/viz_dehy.png

0 Bytes
Loading

scripts/vizme_DeHy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ for il in eachindex(fnum)
4141
p4 = arrows!(axs[il], xc[rng], yc[rng], Vx[rng, rng], Vy[rng,rng]; lengthscale=2.0, arrowsize=9, color=:gray),
4242
)
4343

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

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

0 commit comments

Comments
 (0)