clawpack / riemann_book

An interactive book about the Riemann problem for hyperbolic PDEs, using Jupyter notebooks.
BSD 3-Clause "New" or "Revised" License
266 stars 96 forks source link

Corrected figured produced by euler.riemann_solution in euler notebook #228

Closed maojrs closed 4 years ago

maojrs commented 4 years ago

Correction of figures in euler notebook, some had overlapping labels in the y-axis, so I introduced vertical spacing like in the approximate_euler notebook. I also changeed the default value for the plots to a higher value, so the plots looks more interesting.

maojrs commented 4 years ago

Randy just saw your pull request #225 . This might have conflicts with that one, so we should check carefully before merging them.

rjleveque commented 4 years ago

Yes, I also adjusted some vertical_spacing.

I'll take a look at this tomorrow...

rjleveque commented 4 years ago

I merged this in to my #225, so closing this PR.