Skip to content

Commit aa32a85

Browse files
committed
up
1 parent e45fc0c commit aa32a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/model_creation/examples/basic_CRN_library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ using Plots
115115
oplt = plot(osol; title = "Reaction rate equation (ODE)")
116116
splt = plot(ssol; title = "Chemical Langevin equation (SDE)")
117117
jplt = plot(jsol; title = "Stochastic chemical kinetics (Jump)")
118-
plot(oplt, splt, jplt; lw = 2, size=(800,800), layout = (3,1)) # hide
118+
plot(oplt, splt, jplt; lw = 2, size=(800,800), layout = (3,1))
119119
oplt = plot(osol; title = "Reaction rate equation (ODE)", plotdensity = 1000, fmt = :png) # hide
120120
splt = plot(ssol; title = "Chemical Langevin equation (SDE)", plotdensity = 1000, fmt = :png) # hide
121121
jplt = plot(jsol; title = "Stochastic chemical kinetics (Jump)", plotdensity = 1000, fmt = :png) # hide
122-
plot(oplt, splt, jplt; lw = 2, size=(800,800), layout = (3,1))
122+
plot(oplt, splt, jplt; lw = 2, size=(800,800), layout = (3,1), plotdensity = 1000, fmt = :png) # hide
123123
```
124124

125125
## [SIR infection model](@id basic_CRN_library_sir)

0 commit comments

Comments
 (0)