AlanLoh/nenupy

Default matplotlib backend

Opened this issue · 0 comments

older nenupy (2.7 version) install will try to run matplotlib with PyQT4 back-end, which can cause issues on environment where PyQT is absent.
It might be more general to load matplotlib with a default back-end "Agg".
It might also affect the python3 version?