Home »
Public Forums »
archive »
Re: labels on log Axes
Re: labels on log Axes [message #9880] |
Mon, 25 August 1997 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
R. Bauer writes:
> I like to have log. axes whith labels at the sub-ticks marks.
> If I have data between the range 101 and 999 I got no tics labeld.
> I do not like to extend the range!
> Any idea or example?
I don't think there is any easy or even semi-easy way
to do this. I've tried a couple of times. I think what
you can do is put the labels on yourself with XYOUTS,
but this works best if you are not too concerned with
writing a general routine that works in all cases.
You can use !Y.Window to find the endpoints of your
axis, and then you can usually find a way to get the
labels in more or less the correct location.
Cheers,
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
Customizable IDL Programming Courses
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com
|
|
|
Current Time: Fri Oct 10 16:09:29 PDT 2025
Total time taken to generate the page: 1.76094 seconds