2012/6/19 Mogliii <mogl...@gmx.net>:
> 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

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to