Skip to content

Commit efbedc9

Browse files
Update nelson.jmd
1 parent 5eda15c commit efbedc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

benchmarks/AstroChem/nelson.jmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ p1 = plot(sol1, vars = (0,11), lc=colors[1], legend = false, titlefontsize = 12,
178178
p2 = plot(sol2, vars = (0,11), lc=colors[2], legend = false, titlefontsize = 12, lw = 3, title = "HCO+ solved using FBDF")
179179
p3 = plot(sol3, vars = (0,11), lc=colors[3], legend = false, titlefontsize = 12, lw = 3, title = "HCO+ solved using lsoda")
180180
p4 = plot(sol4, vars = (0,11), lc=colors[4], legend = false, titlefontsize = 12, lw = 3, title = "HCO+ solved using lsoda with saveat")
181+
```
182+
183+
```julia
181184
combined_plot = plot(p1, p2, p3, p4, layout=(4, 1), dpi = 600, pallete=:acton)
182185
```
183186

0 commit comments

Comments
 (0)