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

Home » Public Forums » archive » IDL log scale issues
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: IDL log scale issues [message #85972 is a reply to message #85970] Sun, 22 September 2013 12:43 Go to previous messageGo to previous message
Phys_Gurl is currently offline  Phys_Gurl
Messages: 2
Registered: September 2013
Junior Member
On Sunday, September 22, 2013 3:08:02 PM UTC-4, David Fanning wrote:
> Phys_Gurl writes:
>
>
>
>> When plotting with \xlog, \ylog why does IDL not listen to my xrange and yrange commands?
>
>> It seems to want to use the x and y range of its choice...
>
>
>
> IDL *always* autoscales axes. You tell IDL to use exact axis scaling
>
> with [XYZ]Style keywords (e.g, XStyle=1).
>
>
>
> Cheers,
>
>
>
> David
>
>
>
>
>
>
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>
> Sepore ma de ni thue. ("Perhaps thou speakest truth.")

Now I am receiving
% PLOT: Warning: Infinite plot range.

Here is my code:

x and y are both arrays.

plot, x, y, psym = 7, /xlog, /ylog, XStyle = 1, YStyle = 1, xrange=[0,16], yrange = [10,10000], Title = 'Run 1: Counts versus Time', XTitle = 'Time (minutes)', YTitle = 'Counts'

Thanks!
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: SPAWN bash commands
Next Topic: cgbarplot - barnames

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

Current Time: Wed Oct 08 17:33:29 PDT 2025

Total time taken to generate the page: 0.00447 seconds