일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- qtdesigner
- 세계대전
- Perceptron
- Inference
- 딥러닝
- TensorFlow
- 브렉시트
- terminal
- dtype
- pyqt
- 유가 급등
- itksnap
- deeplearning
- 퍼셉트론
- 유로화
- Training
- 세계사
- cv2
- numpy
- TFRecord
- opencv
- img
- error
- DataSet
- 블록체인
- TF
- keras
- 비트코인
- loss
- Python
Archives
- Today
- Total
목록plt (1)
활연개랑
[ERROR 해결] UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. plt.show()
다음 에러는 matplotlib에서 GUI 창에 plot을 띄우려고 하는데, GUI를 띄우기위한 plot 파이썬 모듈이 없을 때 나타납니다. UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. plt.show() 따라서, Qt5Agg, GTKAgg, Qt4Agg, 또는 pyqt5를 설치해서 다음과 같은 오류를 해결할 수 있습니다.
Python
2022. 4. 11. 13:23