Skip to content

Commit

Permalink
Fix docs for energypressureplot
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Sep 2, 2023
1 parent ff29531 commit c78be8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Or, we can plot dual plots with `energypressureplot`:

```@repl 1
plot(; layout=(1, 2))
energypressureplot(bm; label="Birch–Murnaghan");
energypressureplot!(bm; label="Birch–Murnaghan");
energypressureplot!(m; label="Murnaghan");
energypressureplot!(pt; label="Poirier–Tarantola");
energypressureplot!(v; label="Vinet");
Expand Down

0 comments on commit c78be8f

Please sign in to comment.