So, as the Matplotlib help page suggests, working through a test problem
helped me narrow down my problem... but it still hasn't solved it.  If I set
ioff() at the main level, rather than in a function I call, it works. 
However, when I show() the plot, the code halts until I close it, which is
not helpful.  I feel like this is a problem I've resolved before, but
googling hasn't helped me so far - I think the closest I have come are
"show() hangs" threads that have no replies.  

I guess this changes my question to:
How can I draw all of my figures non-interactively, then show them and
return to the python command prompt?  

ion()
show()

should work, I think, but does not.

Thanks,
Adam
-- 
View this message in context: 
http://www.nabble.com/Interactive-backends-very-%28suprisingly-%29-slow-for-multiple-subplots-tp23261074p23263639.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to