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

Home » Public Forums » archive » Re: Why can't IDL do simple things...?
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: Why can't IDL do simple things...? [message #2664 is a reply to message #2657] Thu, 25 August 1994 06:55 Go to previous messageGo to previous message
thompson is currently offline  thompson
Messages: 584
Registered: August 1991
Senior Member
grunes@imsy1.nrl.navy.mil (Mitchell R Grunes) writes:

> In article <1994Aug24.143231.8722@fys.ruu.nl> hartman@fys.ruu.nl (Jan Willem Hartman) writes:
>> ..or rather, probably, why can't I make IDL do simple things..
>>
>> This is what I want: I have this bunch of data: x,y,z. So I want IDL
>> to plot just these points (eventually the points may be connected, but
>> let's not get too difficult) in 3D. So just like SURFACE, but with no
>> surface. Any idea??? Thanks in advance...
>> JanWillem Hartman.
>>

> plot,[x,y,z]

> If you really mean (x1,y1), (x2,y2), (x3,y3) I think you want something
> like

> plot,[x1,x2,x3],[y1,y2,y3]

No, what I think he really wants to be able to do is to say

plot, X, Y, Z

where (X(i), Y(i), Z(i)) represents a point in 3D space. (One would have to
define a viewing angle, of course.) Sounds like a reasonable idea to me.
Unfortunately, I don't think IDL can do this at the moment, at least not so
straightforwardly.

Bill Thompson
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: arbitrary xy cut through z data?
Next Topic: Please help. PostScript Import

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

Current Time: Thu Oct 30 01:01:15 PDT 2025

Total time taken to generate the page: 0.04287 seconds