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

Home » Public Forums » archive » Re: map_set, !map, !x, !p.position (and behind this curtain, !x.*)
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: map_set, !map, !x, !p.position (and behind this curtain, !x.*) [message #48018] Fri, 24 March 2006 07:48 Go to previous message
K. Bowman is currently offline  K. Bowman
Messages: 330
Registered: May 2000
Senior Member
In article <1143160689.240554.60510@g10g2000cwb.googlegroups.com>,
"Ed Hyer" <ejhyer@gmail.com> wrote:

> I will never use object graphics-- NEVER!

Well, until you need to do interactive 3-D graphics, in which case object
graphics are really the only solution.

I have not been a fan of the iTools, in particular, but they are improving
(although the documentation is still rather opaque).

This is pretty slick:

n = 10000
b = 1.0
eps = 0.5
x = RANDOMN(seed, n)
y = b*x + eps*RANDOMN(seed, n)
z = b*x + eps*RANDOMN(seed, n)
iPlot, x, y, z, /SCATTER, /NO_SAVEPROMPT



Real, 3-D, interactive scatterplots (among other things).

Plus, you can save the visualization as a .isv file. Anyone with IDL can open
it and view the visualization interactively.

Printing remains a real problem, though. I can capture a bitmap of the screen,
but I have never been able to create a usable Postscript file from an iTool. (I
can send it to the printer, but that is not much use for creating publications.)

Ken Bowman
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDLgrPalette woes
Next Topic: ASCII import

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

Current Time: Wed Oct 08 18:44:23 PDT 2025

Total time taken to generate the page: 0.00368 seconds