问题:在ubuntu系统下使用matplotlib时,出现
_tkinter.TclError: couldn't connect to display "localhost:11.0"
错误。
解决办法:
在程序里加上这一句
matplotlib.use('Agg')
原因:
详细解释见知乎大佬
tkinter.TclError: couldn’t connect to display
问题:在ubuntu系统下使用matplotlib时,出现
_tkinter.TclError: couldn't connect to display "localhost:11.0"
错误。
解决办法:
在程序里加上这一句
matplotlib.use('Agg')
原因:
详细解释见知乎大佬
tkinter.TclError: couldn’t connect to display