Re: [Matplotlib-users] Pylab window won't close

2006-09-15 Thread John Hunter
> "axel" == axel breuer <[EMAIL PROTECTED]> writes: axel> Hi, I run python + pylab in Linux. axel> When I type: import pylab pylab.plot([1,2,3]) axel> A window pops up but nothing is drawn in it (!?!). So I axel> type: pylab.draw() axel> The plot is then

[Matplotlib-users] Pylab window won't close

2006-09-15 Thread axel . breuer
Hi, I run python + pylab in Linux. When I type: >>> import pylab >>> pylab.plot([1,2,3]) A window pops up but nothing is drawn in it (!?!). So I type: >>> pylab.draw() The plot is then correctly drawn ( but I still do not see the lower buttons of the toolbar !?!) My problem is that I cannot clo