matplotlib报错_tkinter.TclError: no display name and no $DISPLAY environment variable
Posted bioamin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matplotlib报错_tkinter.TclError: no display name and no $DISPLAY environment variable相关的知识,希望对你有一定的参考价值。
import matplotlib import matplotlib.pyplot as plt fig=plt.figure()
#交互式测试,此时报错
解决办法,在引用后添加下面这一行
matplotlib.use(‘Agg‘)
例如
import matplotlib
matplotlib.use(‘Agg‘)
import matplotlib.pyplot as plt fig=plt.figure()
fig=plt.figure()
以上是关于matplotlib报错_tkinter.TclError: no display name and no $DISPLAY environment variable的主要内容,如果未能解决你的问题,请参考以下文章
[Python]PyCharm中%matplotlib inline报错
python 调用matplotlib出错,import那步就报错
python安装matplotlib:python -m pip install matplotlib报错