Skip to content

Commit fe62c54

Browse files
committed
format improvement
1 parent c07dbd9 commit fe62c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_functionality/example_networks/basic_CRN_library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jsol = solve(jprob, SSAStepper())
179179
jsol = solve(jprob, SSAStepper(); seed = 2091) # hide
180180
181181
plot(osol; lw = 3, label = "Reaction rate equation (ODE)")
182-
plot!(jsol; lw = 3, label = "Stochastic chemical kinetics (Jump)", yguide="X", size = (800,350))
182+
plot!(jsol; lw = 3, label = "Stochastic chemical kinetics (Jump)", yguide = "X", size = (800,350))
183183
plot!(bottom_margin = 3Plots.Measures.mm, left_margin=3Plots.Measures.mm) # hide
184184
```
185185

0 commit comments

Comments
 (0)