PR #120 removed statements setting the backend to Agg if it's not already set.
Does this break plotting on remote machines where the backend is set by default to something that requires $DISPLAY to be set? I think it might, but need to investigate...
Should we add an attribute to ClawPlotData to allow the user to specify this directly in setplot.py, e.g.
plotdata.mpl_backend = 'Agg'
PR #120 removed statements setting the backend to
Aggif it's not already set.Does this break plotting on remote machines where the backend is set by default to something that requires
$DISPLAYto be set? I think it might, but need to investigate...Should we add an attribute to
ClawPlotDatato allow the user to specify this directly insetplot.py, e.g.