clawpack / riemann_book

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

adjust some figures to avoid label crashes #225

Closed rjleveque closed 4 years ago

rjleveque commented 4 years ago

Fix the way plotting is done for some Euler and Shallow water plots so that labels don't show up on top of each other or obscured by lines. In particular, in phase plane plots now use distinct symbols for left and right state and add a legend rather than text in the figure.

Also adjust xlimits for some phase plane plots to better show dry or vacuum state.