Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:I like matplotlib, scipy but ... (Score 1) 46

You don't mention ipython, but I had a very similar problem making and closing plots when using ipython, but not when using straight python for the interactive session (or, obviously, in scripts). The problem is that ipython caches things it really shouldn't, like closed plots. Try setting the ipython "-cs" option to 0 and see if things improve.

Slashdot Top Deals

"Most of us, when all is said and done, like what we like and make up reasons for it afterwards." -- Soren F. Petersen

Working...