【发布时间】:2011-04-24 13:12:22
【问题描述】:
是否可以通过 pydev 进行交互式会话以使用 matplotlib?问题是我无法获得 shell 访问来驱动图表,因为解释器在 show() 命令后停止。我想通过 pydev 进行交互式会话。
matplotlib 手册很好地描述了交互式会话:http://matplotlib.sourceforge.net/users/shell.html
但是,没有提供这样做的例子是 eclipse。
【问题讨论】:
-
互动是什么意思,你到底想做什么?
-
在我输入代码时即时创建图表。
标签: python eclipse matlab matplotlib pydev