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

Home » Public Forums » archive » supress axes
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: supress axes [message #14011 is a reply to message #14000] Sat, 09 January 1999 00:00 Go to previous messageGo to previous message
davidf is currently offline  davidf
Messages: 2866
Registered: September 1996
Senior Member
Mike Schienle (mgs@ivsoftware.com) writes:

> The [xyz]styles are bitwise. This ought to do what you're looking for.
>
> IDL> shade_surf, data, xstyle=5, ystyle=5, zstyle=5

Uh, just for those of us who are a little confused by
computer jargon, "bitwise" means the values can be
added together. For example:

; To turn an axis off.

Plot, data, XStyle=4

; To make an axis an exact length.

Plot, data, XStyle=1

; To turn an axis off AND make it an exact length.

Plot, data, XStyle = 4 + 1

As the values are added together, certain bits get set.
These bits tell the program what to do. :-)

Now, back to your regularly scheduled program...

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Progamming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Routine_info bug in 5.2
Next Topic: IDL using MATLAB DLL's

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

Current Time: Fri Oct 10 18:38:14 PDT 2025

Total time taken to generate the page: 1.52272 seconds