-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
In some scenario's (not sure which), usage of matplotlib on macos with the default backend leads to non-obvious errors. See for example:
https://travis-ci.com/theochem/tinydft/jobs/200737929#L297
theochem/tinydft#1
This is solved in chemtools with the following line:
chemtools/chemtools/outputs/plot.py
Line 27 in b899469
| matplotlib.use('agg') |
The problem with this solution is that it makes it impossible to use plt.show to pop up a windows with a plot.
The ideal solution would be to figure out how to install matplotlib on macos, such that the default backend works.
This is the corresponding matplotlib issue: matplotlib/matplotlib#13096 (It is closed??)
This is the corresponding conda issue: ContinuumIO/anaconda-issues#10554
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels