On 10 Mai, 10:31, redcic <[EMAIL PROTECTED]> wrote:
> I've got a question regarding matplotlib. I use the command:
> pylab.plot(...)
> to create a graph.
> Then, the execution of the code stops after the line:
> pylab.show()
> which is off course the last line of my code.
>
> My problem is that I h
I've got a question regarding matplotlib. I use the command:
pylab.plot(...)
to create a graph.
Then, the execution of the code stops after the line:
pylab.show()
which is off course the last line of my code.
My problem is that I have to close the figure window before in order
to finish the execut