Re: Axis Color in plot_3dbox [message #13873] |
Mon, 14 December 1998 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
David Borland (davidbor@cyber-dyne.com) writes:
> Is there a way to change the color of the axis with a plot_3dbox
> graph? Or even better would be a way to turn all the plane plots off.
> What is happening is that the xz plane and the yz plane get in the way
> of my points, so I'd like to either get rid of them, or make them a
> different color.
You can do whatever you like. The Plot_3DBox code is in the
lib subdirectory and the program is written in the IDL language.
You can modify it to your heart's content.
But what it sounds like you want is some kind of 3D scatter plot.
There are several examples of how to do that in IDL on my
web page. See, for example, this article:
http://www.dfanning.com/tips/scatter3d.html
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Progamming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
[Note: This follow-up was e-mailed to the cited author.]
|
|
|