Become a fan of Slashdot on Facebook

 



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

We can defeat gravity. The problem is the paperwork involved.

Working...