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

Home » Public Forums » archive » Re: add a period axis?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: add a period axis? [message #27153] Wed, 10 October 2001 21:52 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
jiali (jiali3@21cn.com) writes:

> I wonder how to add another axis. First create a frequency-power plot:
>
> plot,fre,power,xrange=[1,10],yrange=[0,10],xtitle='Frequency '
>
> I hope to add an axis on the top but with period(=1/frequency) ticks. Maybe
> like following:
>
> aixs,1,10,/xaxis,xrange=[1,0.1], xtitle='Period',......???
>
> Would you please help me to finish the above?

Well, it will be something like this:

plot,fre,power,xrange=[1,10],yrange=[0,10], $
xtitle='Frequency', xstyle=8, $
position=[0.15, 0.15, 0.95, 0.85]
axis, xaxis=1, xrange=[1,0.1], xtitle='Period', /save

Cheers,

David
--
David W. Fanning, Ph.D.
Fanning Software Consulting
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
[Message index]
 
Read Message
Read Message
Previous Topic: IDL to IGOR Pro (was Re: Insight...)
Next Topic: Re: Mac Scoop (Long)

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

Current Time: Sat Oct 11 08:17:26 PDT 2025

Total time taken to generate the page: 0.48075 seconds