.draw()
On Sun, Oct 30, 2011 at 10:51 AM, Daniel Welling wrote:
> Greetings, MatPlotLibbers.
>
> Since 1.1, pyplot.draw() in interactive mode only updates the current axis.
> If I want to update many axes, I need to use sca() and draw() for each one.
> Is there a way to update all axes?
I'm no
Greetings, MatPlotLibbers.
Since 1.1, pyplot.draw() in interactive mode only updates the current axis.
If I want to update many axes, I need to use sca() and draw() for each
one. Is there a way to update all axes?
Thanks.
-dw
-