Hi Luke,
You can set the aspect ratio of a plot. The command is SET
WINDOW:ASPECT, and in the documentation have a look at the :AXIS
option for that command. It's probably what you want to use. Your
plot will look fine with an aspect ratio of 2, or you could set it
using the limits,
yes? let asp = (51.6180 - (-52.4828))/(-33.7500 - (-84.3750))
yes? set win/asp=`asp`:axes
ansley
On 1/4/2013 11:36 AM, Luke M wrote:
Thanks for response. Even though I am getting axes
with 5-degree spacings on both X and Y, the actual scales of each
are different (hence, making the image look all distorted).
Is there a way to specify Ferret to plot the axes with an
identical scale (so that the image is not distorted)?
Thanks!
On Thu, Jan 3, 2013 at 10:10 PM, Olivier
Marti
<olivier.marti@xxxxxxxxxxxx>
wrote:
SHADE/HLIM=-84.3750:-33.7500:5/VLIM=-52.4828:51.6180:5/t=01-Jan-2012/x=-84.3750:-33.7500/y=-52.4828:51.6180
ssh