Skip to content

GRINS_detection_from_BOWTIE without interactive display #23

@surh

Description

@surh

As noted in issue #21

Systems that don't support interactive display needed for plots created by the GRINS_detection_from_BOWTIE.py script finish the script with an error.

Solution from issue #21 is to deactivate the default Matplotlib Xwindows backend with:

import matplotlib
matplotlib.use('Agg')

This needs testing, but should probably be made the default.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions