Skip to content

Commit

Permalink
Tweak Makie lines link
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarros committed Sep 30, 2024
1 parent 9ae0c31 commit ddd6012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/02_LLD_CoRh2O4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ end
suggest_timestep(sys, langevin; tol=1e-2)
langevin.dt = 0.042;

# Plot energy versus time using the [Makie `lines`
# function](https://docs.makie.org/stable/reference/plots/lines). The plateau
# suggests that the system has reached thermal equilibrium.
# Plot energy versus time using the Makie
# [`lines`](https://docs.makie.org/stable/reference/plots/lines) function. The
# plateau suggests that the system has reached thermal equilibrium.

lines(energies, color=:blue, figure=(size=(600,300),), axis=(xlabel="Timesteps", ylabel="Energy (meV)"))

Expand Down

0 comments on commit ddd6012

Please sign in to comment.