Skip to content

Commit 6df3c94

Browse files
committed
plot improvement
1 parent 2ec3a6c commit 6df3c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/steady_state_functionality/examples/bifurcationkit_codim2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Next, we colour parameter space according to whether the steady state is stable
9191
```@example bifurcationkit_codim2
9292
sample1 = (15.0, 10.0)
9393
sample2 = (5.0, 15.0)
94-
plot(cont_hopf; vars = (:p1, :p2), fillrange = ylimit[2])
94+
plot(cont_hopf; vars = (:p1, :p2), fillrange = ylimit[2], xguide = "v", yguide = "K")
9595
plot!(cont_hopf; vars = (:p1, :p2), fillrange = ylimit[1], xlimit, ylimit)
9696
scatter!(sample1; label = "Oscillatory parameter set", markersize = 7)
9797
scatter!(sample2; label = "Non-oscillatory parameter set", markersize = 7)

0 commit comments

Comments
 (0)