Skip to content

Commit e6f3cb9

Browse files
committed
better plot label
1 parent 34a51db commit e6f3cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/steady_state_functionality/examples/bifurcationkit_periodic_orbits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Here we can see that, as $v$ increases, the oscillation amplitude increases with
8989

9090
Previously, we had `record_from_solution` record the periodic orbit's period. This means that we can plot it as well. Here, we plot it against $v$ using `vars = (:param, :period)`.
9191
```@example bifurcationkit_periodic_orbits
92-
plot(br_po, vars = (:param, :period); xguide = bif_par, yguide = "Period", xlimit = v_span, ylimit = (0.0, Inf))
92+
plot(br_po, vars = (:param, :period); xguide = bif_par, yguide = "Period length", xlimit = v_span, ylimit = (0.0, Inf))
9393
```
9494
In the plot we see that the period starts at around $18$ time units, and slowly increase with $v$.
9595

0 commit comments

Comments
 (0)