[IPython-User] Ipython 0.10.1: problem with matplotlib
Simon ....
sn24053@gmail....
Sat Oct 23 16:50:40 CDT 2010
Hi
After updating to ipython 0.10.1 (from 0.10.0) I have problems with matplotlib.
For example the following code (in "ipython -pylab"):
> ax = subplot(111)
> ax.plot( range(10), range(10) )
An empty figure opens (axes and graph are not displayed). In 0.10.0
the plot was displayed properly.
> show()
Now the graph appears but the ipython shell is blocked. If C-c is
pressed the shell returns.
> close('all')
The window is still open.
I'm using matplotlib 1.0 with GTKAgg as backend on Fedora 13.
Any help is appreciated!
Best regards
Daniel
More information about the IPython-User
mailing list