Skip to content

Commit df0bd9a

Browse files
Merge pull request #2327 from TorkelE/patch-1
Minor typo fix in Bifurcation tutorial
2 parents 3d428f7 + 819f63c commit df0bd9a

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)