Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



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

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...