我已经安装了 matplotlib 并使用 ipython 我将后端更改为“PS”,因为其他后端无法正常工作
现在当我做
In [1]: plot([1,2,3],[4,5,6])
Out[1]: [<matplotlib.lines.Line2D at 0x23dc110>]
In [2]: show()
没有输出我的意思是应该生成一个'.ps'文件对吗?(如果我错了请纠正我)但是我的密码中没有这样的文件
我已经安装了 matplotlib 并使用 ipython 我将后端更改为“PS”,因为其他后端无法正常工作
现在当我做
In [1]: plot([1,2,3],[4,5,6])
Out[1]: [<matplotlib.lines.Line2D at 0x23dc110>]
In [2]: show()
没有输出我的意思是应该生成一个'.ps'文件对吗?(如果我错了请纠正我)但是我的密码中没有这样的文件