Skip to content

Commit c21bbb2

Browse files
Automatic build\nPublished by build of: SciML/SciMLBenchmarks.jl@2eeaba6
1 parent fad9844 commit c21bbb2

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

-1.53 KB
Loading

markdown/AstroChem/nelson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ p3 = plot(sol3, vars = (0, 11), lc = colors[3], legend = false,
310310
p4 = plot(sol4, vars = (0, 11), lc = colors[4], legend = false,
311311
titlefontsize = 12, lw = 3, title = "lsoda with saveat")
312312

313-
combined_plot = plot(p1, p2, p3, p4, layout = (4, 1), dpi = 600, pallete = :acton)
313+
combined_plot = plot(p1, p2, p3, p4, layout = (4, 1), dpi = 600, palette = :acton)
314314
```
315315

316316
![](figures/nelson_3_1.png)

script/AstroChem/nelson.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ p3 = plot(sol3, vars = (0, 11), lc = colors[3], legend = false,
155155
p4 = plot(sol4, vars = (0, 11), lc = colors[4], legend = false,
156156
titlefontsize = 12, lw = 3, title = "lsoda with saveat")
157157

158-
combined_plot = plot(p1, p2, p3, p4, layout = (4, 1), dpi = 600, pallete = :acton)
158+
combined_plot = plot(p1, p2, p3, p4, layout = (4, 1), dpi = 600, palette = :acton)
159159

160160

161161
abstols = 1.0 ./ 10.0 .^ (8:10)

0 commit comments

Comments
 (0)