|
From: Goyo <goy...@gm...> - 2012-06-19 17:41:21
|
2012/6/19 Mogliii <mo...@gm...>: > Hi, > > Kubuntu 12.04 with python 2.7 and matplotlib 1.1.1 > > Suddenly the matplotlib window does not open anymore. I tried from > konsole with pyton, ipython and also from eclipse with pydev. Last time > I know it worked was maybe 5 days ago, haven't tried since then. > > In ipython --pylab it looks like this: > > In [1]: plt.plot(np.arange(5)) > Out[1]: [<matplotlib.lines.Line2D at 0x2804fd0>] > > In [2]: plt.show() > > In [3]: > > but no widow opens. Make sure an interactive backend is in use: plt.get_backend() > > I think it normally shouldn't give the object ID. Yes, it should. Goyo |