> "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
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