I get a similar problem with the interactive mode. I use the this
script:

import pylab as p
import numpy as n
p.ion()
p.figure(1)
a = n.array([1,2,3])
p.clf()
p.plot(a)
p.show()

So I get the plot window, but I can't enter something in the python shell.
Also If I close the plot window the python shell doesn't return.
I can only use ctrl-c to terminate the python process.
With Gutsy I never had this behavior. So I thing it is a bug.
I've upgraded from Gutsy to Hardy, perhaps it work right with a clean new 
installation?

-- 
python: matplotlib window does not show graph in interactive mode
https://bugs.launchpad.net/bugs/220137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to