import matplotlib
matplotlib.use('TkAgg')
import matplotlib.pyplot as plt
fig = plt.figure()
or
pip install PyQt5
import matplotlib
matplotlib.use('Qt5Agg')
import matplotlib.pyplot as plt
fig = plt.figure()
or
pip uninstall matplotlib
pip install matplotlib==3.5.3
'ENGINEERING > SW' 카테고리의 다른 글
Solution for Bad Request at a Certain Website in Chrome (0) | 2023.08.03 |
---|---|
Solution for PyCharm LookupError: unknown encoding: x-windows-949 (0) | 2022.12.19 |
Solution for AttributeError: module 'cv2' has no attribute 'ximgproc' (0) | 2022.09.27 |
Solution for "OpenCV: FFMPEG: fallback to use tag 0x7634706d/'mp4v' (0) | 2022.09.26 |
Free Remote Computing (0) | 2021.10.06 |