Re: 3D overplotting?? [message #39953] |
Wed, 30 June 2004 10:37 |
boncat41
Messages: 2 Registered: June 2004
|
Junior Member |
|
|
shouldn't this work?
run read_data_pts
d = read_data_pts()
xplot3d,d.hi.x,d.hi.y,d.hi.z, psym=1
xplot3d,d.lo.x,d.lo.y,d.lo.z, psym=4 /OVERPLOT
thanks for your help.
cris
|
|
|
Re: 3D overplotting?? [message #39955 is a reply to message #39953] |
Wed, 30 June 2004 08:20  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Cristina writes:
> I'm using the xplot3D procedure to plot a data set. There is another
> 3D data set which I'd like to plot in the same coordinate system. Is
> there a convenient procedure similar to the 2D oplot I might use?
> Suggestions/recommendations?
Uh, have you tried the OVERPLOT keyword? :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
Re: 3D overplotting?? [message #39956 is a reply to message #39955] |
Wed, 30 June 2004 08:20  |
btt
Messages: 345 Registered: December 2000
|
Senior Member |
|
|
Cristina wrote:
> I'm using the xplot3D procedure to plot a data set. There is another
> 3D data set which I'd like to plot in the same coordinate system. Is
> there a convenient procedure similar to the 2D oplot I might use?
> Suggestions/recommendations? Thank you.
>
> Cristina
Have a look at the overplotting example in the online docs for xplot3d.
Ben
|
|
|