Re: Plotting Images
- From: Fernando Perez <fperez.net@xxxxxxxxx>
- Date: Tue, 31 Jul 2007 13:23:30 -0600
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 8x10000 (unfortunately that is the size
of my data.....)
for example,
x = rand(8,10000)
inshow(x)
Read the docstrings, they explain how to use the function:
imshow(x,aspect=300)
gives a reasonable size to look at such a thin matrix, after you widen the
window a fair bit.
Cheers,
f
.
- Prev by Date: Re: Error with Tkinter and tkMessageBox
- Next by Date: Re: Error with Tkinter and tkMessageBox
- Previous by thread: Re: Plotting Images
- Next by thread: how to add a toolbar to a Frame using wxpython
- Index(es):
Relevant Pages
|