Closed jonrkarr closed 3 years ago
I expected PySCeS to use the value of matplotlib_backend. However, this isn't the case for non-interactive backends. https://github.com/PySCeS/pysces/blob/94e4734824e8f0eb9cfa9489e853afd4c9a37d23/pysces/PyscesPlot2.py#L831
matplotlib_backend
I worked around this by setting matplotlib_backend = native and setting the environment variable MPLBACKEND=PDF (or matplotlib.rc file).
matplotlib_backend = native
MPLBACKEND=PDF
matplotlib.rc
I expected PySCeS to use the value of
matplotlib_backend
. However, this isn't the case for non-interactive backends. https://github.com/PySCeS/pysces/blob/94e4734824e8f0eb9cfa9489e853afd4c9a37d23/pysces/PyscesPlot2.py#L831