Re: [Matplotlib-users] Question about matshow

2007-03-19 Thread Eric Firing
Pellegrini Eric wrote: > Hi, > > I have some problems to combine a matshow object with a canvas. Here is > a little piece of code that illustrates my problem. It displays a > matshow object when pressing a button. > I would like to embed the matshow object into a canvas of a fixed > dimension.

[Matplotlib-users] Question about matshow

2007-03-19 Thread Pellegrini Eric
Hi, I have some problems to combine a matshow object with a canvas. Here is a little piece of code that illustrates my problem. It displays a matshow object when pressing a button. I would like to embed the matshow object into a canvas of a fixed dimension. The code I wrote does the opposite i