[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
plot a square.
- Subject: plot a square.
- From: Peter Brooker <ra5589(at)email.sps.mot.com>
- Date: Fri, 20 Oct 2000 16:17:36 -0700
- Newsgroups: comp.lang.idl-pvwave
- Organization: Motorola Semiconductor Products Sector
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:21812
Assume that I have the following data
x=[0,1,1,0]
y=[0,0,1,1]
this defines a square.
plot,x,y
results in a "non-square" plot.
Is there an easy way to tell IDL to adjust the window size so that the
square will plot as a square on my screen?
thanks