We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d428f7 + 819f63c commit df0bd9aCopy full SHA for df0bd9a
docs/src/tutorials/bifurcation_diagram_computation.md
@@ -87,7 +87,6 @@ opts_br = ContinuationPar(dsmin = 0.001, dsmax = 0.05, ds = 0.01,
87
detect_bifurcation = 3, n_inversion = 4, tol_bisection_eigenvalue = 1e-8, dsmin_bisection = 1e-9)
88
89
bf = bifurcationdiagram(bprob, PALC(), 2, (args...) -> opts_br; bothside=true)
90
-using Plots
91
plot(bf; putspecialptlegend=false, markersize=2, plotfold=false, xguide="μ", yguide = "x")
92
```
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.
+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