Re: oplot in 3d ?? [message #52762] |
Thu, 01 March 2007 07:13 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
kostis writes:
> I have plotted a 3d line using the commands:
>
> plots, [ x[0] , x[1] ] , [ y[0] , y[1] ] , [ y[0] , y[1] ] ,/T3D,/DATA
>
> where x,y,z are defined arrays. I want to overplot another 3d line:
>
> plots, [ x[0] , x[2] ] , [ y[0] , y[2] ] , [ y[0] , y[2] ] ,/T3D,/DATA
>
> but the command "oplot" doesnt work i suppose because its just for
> 2d plots.
>
> How can i plot two 3d lines in the same environment??
Actually, just the way you are doing it above. With PLOTS. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|