Skip to content

Commit 819f63c

Browse files
authored
Update bifurcation_diagram_computation.md
minor typo fix
1 parent 3d428f7 commit 819f63c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/tutorials/bifurcation_diagram_computation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ opts_br = ContinuationPar(dsmin = 0.001, dsmax = 0.05, ds = 0.01,
8787
detect_bifurcation = 3, n_inversion = 4, tol_bisection_eigenvalue = 1e-8, dsmin_bisection = 1e-9)
8888
8989
bf = bifurcationdiagram(bprob, PALC(), 2, (args...) -> opts_br; bothside=true)
90-
using Plots
9190
plot(bf; putspecialptlegend=false, markersize=2, plotfold=false, xguide="μ", yguide = "x")
9291
```
93-
Here, the value of `x` in the steady state does not change, however, at `μ=0` a Hopf bifurcation occur and the steady state turn unstable.
92+
Here, the value of `x` in the steady state does not change, however, at `μ=0` a Hopf bifurcation occur and the steady state turn unstable.

0 commit comments

Comments
 (0)