Greetings.
What i want to do is something like:
ipython ...
···
----
t=linspace(0,2,50)
y=sin(2*pi*t)
pyplot.plot(t,y)
pyplot.show()
----
I get the plot here ... but now i want to do some more stuff in
the ipython shell (and possibly have the plot still open)
How do i free the shell from the plot thread?
Thanks
--
The king who needs to remind his people of his rank, is no king.
To gain that which is worth having, it may be necessary to lose everything else.