Skip to content

Commit

Permalink
Merge pull request #182 from FourierFlows/ncc/twodns-decaying-example…
Browse files Browse the repository at this point in the history
…-patch

A bit less wide plot
  • Loading branch information
navidcy authored Jan 10, 2021
2 parents b88d7db + fe19476 commit 9ecb23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/twodnavierstokes_decaying.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ p2 = plot(2, # this means "a plot with two series"
ylims = (0, 1.1))

l = @layout Plots.grid(1, 2)
p = plot(p1, p2, layout = l, size = (900, 400))
p = plot(p1, p2, layout = l, size = (800, 360))


# ## Time-stepping the `Problem` forward
Expand Down

0 comments on commit 9ecb23b

Please sign in to comment.