Skip to content

Commit

Permalink
Update domain extent
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Dec 19, 2024
1 parent 5e25dc0 commit c6a8d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/column/vanleer_advection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ for (i, stretch_fn) in enumerate(stretch_fns)
color = clrs[j],
dpi = 400,
xlim = (-0.5, 1.1),
ylim = (-17, 12),
ylim = (-20, 20),
)
fig = plot!(legend = :outerbottom, legendcolumns = 2)
if j == length(limiter_methods)
Expand Down

0 comments on commit c6a8d37

Please sign in to comment.