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)
> inshow(x)
>
Read the docstrings, they
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.)
>
> for example,
> x = rand(8,1)
> in
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)
> inshow(x)
>
> I have tried to use matp
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.)
>
> for example,
> x = rand(8,1)
> in