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

Home » Public Forums » archive » Re: Function Graphics overlaid objects on image()
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: Function Graphics overlaid objects on image() [message #90386 is a reply to message #84600] Fri, 27 February 2015 11:27 Go to previous message
chris_torrence@NOSPAM is currently offline  chris_torrence@NOSPAM
Messages: 528
Registered: March 2007
Senior Member
Okay, that was a lot of questions. :-)

I haven't had a chance to look at your code yet, but I'm thinking it might be easier for you to just patch your graphics code, and then just distribute that in your save file.

You just need to edit lib/graphics/graphicsmanip__define.pro. Delete the following lines:
zvalue = (points[2,0] ne 0) ? self._normalizedZ : 0
if (ABS(zvalue) lt (MACHAR()).EPS) then $
zvalue = 0

Replace them with:
zvalue = (ABS(points[2,0]) gt 1d-8) ? self._normalizedZ : 0

That's it!

Regarding IDL 8.5, we're thinking sometime later in the fall.

-Chris
[Message index]
 
Read Message
Read Message
Previous Topic: Function Graphics overlaid objects on image()
Next Topic: Fitting a Gaussian to an "unleveled" histogram: Interpreting the width

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

Current Time: Wed Oct 08 13:57:07 PDT 2025

Total time taken to generate the page: 0.00662 seconds