comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: plotting from high values to low values
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: plotting from high values to low values [message #35159] Sat, 17 May 2003 14:47
knielsen is currently offline  knielsen
Messages: 4
Registered: January 2003
Junior Member
David Fanning <david@dfanning.com> wrote in message news:<MPG.19301d1d344e6844989ba1@news.frii.com>...
> Kim Nielsen (knielsen@cc.usu.edu) writes:
>>
>> I am trying to make an intensity plot where I go from t=10 to t=2 on
>> the x-axis. However, IDL seems to automatically plot from t=2 to t=10.
>> Is there any way to get around this using the plot function ???
>
> I would try this:
>
> PLOT, findgen(11), XRange=[10,2]
>
> Cheers,
>
> David

Thanks, I shoudl have thought about that myself :)

Kim
Re: plotting from high values to low values [message #35162 is a reply to message #35159] Sat, 17 May 2003 10:19 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Kim Nielsen (knielsen@cc.usu.edu) writes:
>
> I am trying to make an intensity plot where I go from t=10 to t=2 on
> the x-axis. However, IDL seems to automatically plot from t=2 to t=10.
> Is there any way to get around this using the plot function ???

I would try this:

PLOT, findgen(11), XRange=[10,2]

Cheers,

David

--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: plotting from high values to low values
Next Topic: Re: replace array's elemets

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:50:38 PDT 2025

Total time taken to generate the page: 0.00450 seconds