Skip to content

Commit 1203980

Browse files
visible is true
1 parent 143abe7 commit 1203980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_simulation/examples/interactive_brusselator_simulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Let's again use the oscillating Brusselator model, extending the basic simulatio
1111
using Catalyst
1212
using OrdinaryDiffEq
1313
using GLMakie
14-
GLMakie.activate!(inline = true, visible = false) # hide
14+
GLMakie.activate!(inline = true) # hide
1515
1616
# Define the Brusselator model
1717
brusselator = @reaction_network begin

0 commit comments

Comments
 (0)