diff --git a/index.qmd b/index.qmd index d083cfd..8e35116 100644 --- a/index.qmd +++ b/index.qmd @@ -15,7 +15,7 @@ f = Figure(size=(800, 180)) for i in 1:4 x = sin.( a[i] .* t .+ δ ) y = sin.( b[i] .* t ) - lines(f[1, i], x, y, aspect = 1) + lines(f[1, i], x, y, axis=(; aspect = 1)) end f ```