axis labels in SURFACE all wrong [message #18610] |
Tue, 18 January 2000 00:00  |
noymer
Messages: 65 Registered: June 1999
|
Member |
|
|
Dear comp.lang.idl-pvwave,
I am making some surfaces using the SURFACE
command and the X axis label is vertical, as if
it were the Z axis label, instead of running
parallel to the axis. The Y axis label is OK,
but it is too close to the axis.
Has anyone encountered this before?
TIA,
Andrew
noymer@my-deja.com
Sent via Deja.com http://www.deja.com/
Before you buy.
|
|
|
Re: axis labels [message #21575 is a reply to message #18610] |
Tue, 05 September 2000 09:46  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Mirko Vukovic (mvukovic@taz.telusa.com) writes:
> I have a plot of x vs. y. I would like before hand to know
> what tick-values of x IDL will put. One way is to create a dummy
> plot and obtain the tick values.
>
> Is there some more direct way? I thought IDL had a routine for that
> but could not find it.
You could probably figure out a way to create an IDLgrAxis
object using the same range, divisions, etc. as your direct
graphics axis. Then inquire of the object what its tick values
are. Then destroy the object and create your direct graphics
plot. I think the algorithms used for direct and object graphics
are very similar, if not identical. You could even use the
object tick values as input to your direct graphics plot if
you wanted to.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|