Skip to content

Need to set matplotlib backend for remote plotting? #123

@rjleveque

Description

@rjleveque

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'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions