Python advocacy in scientific computation

Robert Kern robert.kern at gmail.com
Sun Mar 5 00:17:46 EST 2006


Brian Blais wrote:
> here, I've found python to be good, but not great.  matplotlib (pylab) is a really 
> great thing, but is not as straightforward as plotting in Matlab.  Either, you have a 
> window which locks the process until you close it, or you do interactive mode, but 
> the window results disappear if any other window is put on top (like your shell), and 
> has to be manually redrawn.  This makes it far less convenient to deal with in 
> interactive mode.

All I can say is that I've never seen anything like that behavior. Are you tried
using ipython in pylab mode?

-- 
Robert Kern
robert.kern at gmail.com

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the Python-list mailing list