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

Home » Public Forums » archive » Re: Odd axis labelling error
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: Odd axis labelling error [message #67827 is a reply to message #67823] Thu, 27 August 2009 06:18 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Jimmy writes:

> I'm trying to create a plot with a log y-axis from 10e-4 to 10e3. I'm
> using the follow:
>
> plot_io, variable1, variable2, xr = [1,8], yr =[10e-4,10e3], xstyle =
> 1, ystyle = 1
>
> (with titles and background colour stuff too).
>
> This plots the x axis fine, BUT- the y-axis is plotted from 10e-3 to
> 10e4. Anyone know why this might be, and how I can fix it?

I think this is the ol' Sky is Falling thing in another guise:

http://www.dfanning.com/math_tips/sky_is_falling.html

This works:

plot_io, v1, v2, x =[1,8], yr=[10d-4,10d3], xstyle=1, ystyle=1

Cheers,

David


--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Image statistics via moving window
Next Topic: How to draw IDLgrPlots over IDLgrImages?

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

Current Time: Fri Oct 10 01:04:29 PDT 2025

Total time taken to generate the page: 0.08144 seconds