clawpack / visclaw

Clawpack visualization tools
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
29 stars 48 forks source link

change the default plotfigure.facecolor to white #300

Closed rjleveque closed 9 months ago

rjleveque commented 9 months ago

The default color has been tan, but white looks better on webpages and for publications.

If you want the original color, you can set this for a plot figure in setplot.py via:

from clawpack.visclaw.colormaps import clawpack_tan
plotfigure.facecolor =  clawpack_tan