Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Nov 20, 2024
1 parent 02fa41f commit 96dd6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/toda_lattice.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ record(fig, "toda_animation.mp4", time_steps;
empty!(ax)
lines!(ax, sol.q[time_step, :], label = "t = $(sol.t[time_step])", color = mblue)
ylims!(ax, 0., 1.)
axislegend(ax_val; position = (1.01, 1.5), labelsize = 8)
axislegend(ax; position = (1.01, 1.5), labelsize = 8)
end
Docs.HTML("""<video mute autoplay loop controls src="toda_animation.mp4" />""")
```
Expand Down

0 comments on commit 96dd6d2

Please sign in to comment.