【发布时间】:2014-07-13 13:34:40
【问题描述】:
当我使用 iPython 时,我没有得到绘图。我的 matplotlibrc 设置为,后端:agg。 我找到了答案:matplotlib does not show my drawings although I call pyplot.show()
但是,它并没有告诉我在我的情况下应该做什么。
我有一个远程 iPython 服务器。 如何在 iPython 中显示绘图?
【问题讨论】:
-
为什么不试试 GtkAgg 而不是 agg?
-
服务器当然没有安装 UI。我进入它。此外,GTK 是一个非常大的软件包。
标签: python svg matplotlib ipython ipython-notebook