Re: [Matplotlib-users] canvas.Refresh problem with 0.99 - solved

2009-08-23 Thread Werner F. Bruhin
Werner F. Bruhin wrote: > I previously used version '0.90.1' and could do something along these lines. > > figure.add_axes > ... etc > canvas.Refresh() > > User makes a new selection and in the code I do: > > figure.clear() > figure.add_axes > ... etc > canvas.Refresh() > > With 0.99 and wxAgg on

[Matplotlib-users] canvas.Refresh problem with 0.99

2009-08-23 Thread Werner F. Bruhin
I previously used version '0.90.1' and could do something along these lines. figure.add_axes ... etc canvas.Refresh() User makes a new selection and in the code I do: figure.clear() figure.add_axes ... etc canvas.Refresh() With 0.99 and wxAgg on Windows Vista with wxPython 2.8.10.1 Unicode and