Re: x-axis as long as y-axis ? [message #38130] |
Mon, 23 February 2004 05:46 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Klemens Barfus writes:
> thanks to all the people who have answered !
> Isotropic was exactly the keyword I was looking for !
While ISOTROPIC certainly gives a plot with a square
aspect ratio, it doesn't put the plot in the center
of the window, where I think it belongs. There is
still a need for the ol' ASPECT program from my
web page. Plus, you get the bonus of getting to make
plots with other aspect ratios, too. :-)
IDL> Plot, findgen(11), Position=Aspect(1.0)
You can find ASPECT here:
http://www.dfanning.com/programs/aspect.pro
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
|
Re: x-axis as long as y-axis ? [message #38161 is a reply to message #38136] |
Fri, 20 February 2004 10:13  |
Paul Van Delst[1]
Messages: 1157 Registered: April 2002
|
Senior Member |
|
|
"R.G. Stockwell" wrote:
>
> "Dick Jackson" <dick@d-jackson.com> wrote in message news:LcqZb.578910$ts4.391767@pd7tw3no...
> ...
>> I think you want Plot, /Isotropic.
>>
>> Cheers,
>> --
>> -Dick
>>
>> Dick Jackson / dick@d-jackson.com
>> D-Jackson Software Consulting / http://www.d-jackson.com
>> Calgary, Alberta, Canada / +1-403-242-7398 / Fax: 241-7392
>>
>>
>
> DOH!
> How long has that been around??
> It is a little more convenient than my huge Square_window.pro routine that
> laboriously saves/calculates/restores etc.
> Hmm, maybe I should check out the help files, perhaps
> things have changed since I first used the plot routine in 1992.
> DOH!
>
> Thanks for the tip!
>
> cheers,
> bob
>
> PS please don't tell me that keyword was available back in 92. :)
Dunno about '92 but it's in the printed docs I have for v5.3, sept 1999. And it's not
listed in any "What's new" docs I have.
paulv
--
Paul van Delst
CIMSS @ NOAA/NCEP/EMC
|
|
|
Re: x-axis as long as y-axis ? [message #38162 is a reply to message #38161] |
Fri, 20 February 2004 09:24  |
R.G. Stockwell
Messages: 363 Registered: July 1999
|
Senior Member |
|
|
"Dick Jackson" <dick@d-jackson.com> wrote in message news:LcqZb.578910$ts4.391767@pd7tw3no...
...
> I think you want Plot, /Isotropic.
>
> Cheers,
> --
> -Dick
>
> Dick Jackson / dick@d-jackson.com
> D-Jackson Software Consulting / http://www.d-jackson.com
> Calgary, Alberta, Canada / +1-403-242-7398 / Fax: 241-7392
>
>
DOH!
How long has that been around??
It is a little more convenient than my huge Square_window.pro routine that
laboriously saves/calculates/restores etc.
Hmm, maybe I should check out the help files, perhaps
things have changed since I first used the plot routine in 1992.
DOH!
Thanks for the tip!
cheers,
bob
PS please don't tell me that keyword was available back in 92. :)
|
|
|
Re: x-axis as long as y-axis ? [message #38165 is a reply to message #38162] |
Fri, 20 February 2004 08:02  |
Dick Jackson
Messages: 347 Registered: August 1998
|
Senior Member |
|
|
"Klemens Barfus" <klemens.barfus@forst.tu-dresden.de> wrote in message
news:c15491$1ea67c$1@uni-berlin.de...
> Hello togehter,
> I'm looking around now for some time to get the keyword, how to
specify
> in the plot-routine, how to get the scale of the y-axis like the scale
> of the x -axis - like on correlation plots. XY-Style doesn't work for
my
> postscript plot or do I have to use something like the box where to
plot
> the diagram, too ?
I think you want Plot, /Isotropic.
Cheers,
--
-Dick
Dick Jackson / dick@d-jackson.com
D-Jackson Software Consulting / http://www.d-jackson.com
Calgary, Alberta, Canada / +1-403-242-7398 / Fax: 241-7392
|
|
|