Great, thanks for the fix, works great now!
--Michael
On Fri, Apr 22, 2011 at 2:17 PM, Goyo <goyodiaz@...> wrote:
> 2011/4/22 Michael Schmidt <elmickerino@...>:
>> Hi Everyone,
>>
>> I'm running into a problem with updating a plot that I've embedded into a Tk
>> application. [...] I'd like the plot to
>> refresh when the button is clicked
>
> pyplot.draw() does not work here (I don't know if this is intended
> behavoir of pyplot, but it makes some sense). Using canvas.draw()
> fixes your program in my mpl setup.
>
> Goyo
>
|