python: matplotlib window does not show graph in interactive mode
Bug #220137 reported by
AlexanderL
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
matplotlib |
New
|
Undecided
|
Unassigned | ||
matplotlib (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When trying to intactively plot data with matplotlib in python the graphic window pops up but shows no graph and cannot be closed without crashing the script. This has been working in hardy beta but does not any more with the RC. I tried it with Compiz on and off with the same result
Here is a little script to test:
from numpy import *
from scipy import *
from matplotlib import *
from pylab import *
ion()
figure(1)
plot([1,
raw_input('press any button to continue: ')
close(1)
I am using Hardy Heron Release Candidate.
Related branches
To post a comment you must log in.
I failed to reproduce this bug on a freshly upgraded hardy system. The python-matplotlib version I am using is 0.91.2-0ubuntu1.
Can you provide more information, please?