I have functions which plot multiple items to an axis.  Often, I have
the function explicitly turn interactive mode off and then I turn it
back on to what it was before my function was called.  At the end of
my function, I call draw_if_interactive().

Suppose the user had interactive mode on prior to the function call.
The problem I am having is that draw_if_interactive() seems to have no
effect---no figure is drawn unless the user makes a subsequent call to
show().  Is there a way around this?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to