spe2py icon indicating copy to clipboard operation
spe2py copied to clipboard

matplotlib.pyplot conflict with QtCore.QThread and multiprocessing.Process

Open mri1998 opened this issue 2 years ago • 0 comments

Even if only import matplotlib.pyplot as plt without use, QtCore.QThread and multiprocessing.Process will collapses when call strat() and new a SpeFile Object. It will work better if only import matplotlib and replace plt with matplotlib.plt, only collapses when using image and specplot. Python 3.8.1

mri1998 avatar Sep 04 '23 12:09 mri1998