Skip to content

Commit bf4f81c

Browse files
Update nelson.jmd
1 parent 29517b9 commit bf4f81c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

benchmarks/AstroChem/nelson.jmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,7 @@ p1 = plot(sol1, vars = (0,11), lc=colors[1], legend = false, titlefontsize = 12,
179179
p2 = plot(sol2, vars = (0,11), lc=colors[2], legend = false, titlefontsize = 12, lw = 3, title = "FBDF")
180180
p3 = plot(sol3, vars = (0,11), lc=colors[3], legend = false, titlefontsize = 12, lw = 3, title = "lsoda")
181181
p4 = plot(sol4, vars = (0,11), lc=colors[4], legend = false, titlefontsize = 12, lw = 3, title = "lsoda with saveat")
182-
```
183182

184-
```julia
185183
combined_plot = plot(p1, p2, p3, p4, layout=(4, 1), dpi = 600, pallete=:acton)
186184
```
187185

0 commit comments

Comments
 (0)