AngelFP / VisualPIC

Data Visualization for Particle-in-Cell Codes.
GNU General Public License v3.0
50 stars 13 forks source link

Avoid crash if `pyqt5` is not installed #42

Closed AngelFP closed 2 years ago

AngelFP commented 2 years ago

In the matplotlib visualizer, check if pyqt5 is installed when doing the imports and handle the exception when this is not the case. Fixes #41.