Re: Plotting Images

2007-07-31 Thread Fernando Perez
Pei-Yu CHAO wrote: > Hi ALL: > > I have only been switched from matlab to python few > months ago. I having trouble of plotting images from a > matrix size of 8x1 (unfortunately that is the size > of my data.) > > for example, > x = rand(8,1) > ins

Re: Plotting Images

2007-07-31 Thread Andr
On Jul 31, 8:41 am, Pei-Yu CHAO <[EMAIL PROTECTED]> wrote: > Hi ALL: > > I have only been switched from matlab to python few > months ago. I having trouble of plotting images from a > matrix size of 8x1 (unfortunately that is the size > of my data.) > > f

Re: Plotting Images

2007-07-31 Thread Stef Mientki
Pei-Yu CHAO wrote: > Hi ALL: > > I have only been switched from matlab to python few > months ago. I having trouble of plotting images from a > matrix size of 8x1 (unfortunately that is the size > of my data.) > > for example, > x = rand(8,1) > insh

Re: Plotting Images

2007-07-31 Thread kyosohma
On Jul 31, 6:41 am, Pei-Yu CHAO <[EMAIL PROTECTED]> wrote: > Hi ALL: > > I have only been switched from matlab to python few > months ago. I having trouble of plotting images from a > matrix size of 8x1 (unfortunately that is the size > of my data.) > > f

Plotting Images

2007-07-31 Thread Pei-Yu CHAO
Hi ALL: I have only been switched from matlab to python few months ago. I having trouble of plotting images from a matrix size of 8x1 (unfortunately that is the size of my data.) for example, x = rand(8,1) inshow(x) I have tried to use matplotlib function imshow(), but all i get is