Re: [Matplotlib-users] imshow update norm make my app crash.

2008-07-30 Thread Laurent Dufréchou
llet 2008 02:04 > À : Laurent Dufrechou > Cc : matplotlib-users@lists.sourceforge.net > Objet : Re: [Matplotlib-users] imshow update norm make my app crash. > > On Tue, Jul 29, 2008 at 6:52 PM, Laurent Dufrechou > <[EMAIL PROTECTED]> wrote: > > > I've applied the i

Re: [Matplotlib-users] imshow update norm make my app crash.

2008-07-29 Thread John Hunter
On Tue, Jul 29, 2008 at 6:52 PM, Laurent Dufrechou <[EMAIL PROTECTED]> wrote: > I've applied the idea you've said later about colormap. > > Now I would like on an event to refresh my view so I've written this code: I would like to see what self.low_clutter_val = self.clutter_low.GetPosi

[Matplotlib-users] imshow update norm make my app crash.

2008-07-29 Thread Laurent Dufrechou
Hi guys, continuing exploring matplotlib capabilities J I've applied the idea you've said later about colormap. Now I would like on an event to refresh my view so I've written this code: . def InitCode(self): . self.norm = plt.Normalize(vmin=0, vmax=255) se