> Most likely, there was a change to your matplotlibrc file.  There is a 
> setting in there for "interactive" and by default, it is set to False.  If 
> you uncomment it and set it to True, you should get back the behavior you 
> expected.  You can also explicitly set the interactive mode to True from your 
> scripts with a "plt.ion()" call before loading your other modules.
> 
> I hope that helps!

Yes!!!

I don't recall changing that before (but that was 2+ years ago), so I didn't 
think to look for such a thing.
My google searches were also not precise enough.
So very helpful.  I expected it was something simple like this, thanks.


Andre
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to