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

Home » Public Forums » archive » "perspective-ized" axis numbering in iSurface
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
"perspective-ized" axis numbering in iSurface [message #72071] Thu, 12 August 2010 14:23 Go to next message
James[2] is currently offline  James[2]
Messages: 44
Registered: November 2009
Member
I really don't like how iSurface puts axis labels "in plane" and
distorts them. At certain combinations of rotation angle and axis
position they are almost impossible to read. I just want regular old
undistorted numbers. I couldn't find anything in the axis options to
control this - is it possible?
Re: "perspective-ized" axis numbering in iSurface [message #72206 is a reply to message #72071] Fri, 13 August 2010 13:24 Go to previous message
penteado is currently offline  penteado
Messages: 866
Registered: February 2018
Senior Member
Administrator
On Aug 13, 4:41 pm, Paul van Delst <paul.vande...@noaa.gov> wrote:
> IDL>   axes_ids = igetid('axis*')
> % Attempt to call undefined procedure/function: 'IGETID'.
> % Execution halted at: $MAIN$
>
> ??
>
> IDL> print, !version
> { x86 linux unix linux 7.0 Oct 25 2007      32      64}
>
> cheers,
>
> paulv
>
> p.s. I never realised v7.0 was that old! Crikey.

Which is the problem. igetid() was introduced on 7.1. You can use
instead

axes_ids=tool->findidentifiers('*/axis*',/visualizations)
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: "perspective-ized" axis numbering in iSurface
Next Topic: Rename files using IDL - is it possible?

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

Current Time: Wed Oct 08 11:34:41 PDT 2025

Total time taken to generate the page: 0.01257 seconds