Gizmo plane projection

I'm new to the Gizmo function, so I'm asking what may be a simple question: I have a 3D scatter plot in "box"-type axes, and I would like to project the scatter data onto one or more of the box faces.  Is there a simple way to do this? I figure I could make a standard 2D scatter plot, save it as an RGB image, then append that image into my Gizmo plot, but I'm hoping there's a simpler way so that if I add data to my 3-column array it automatically updates the 3D scatter plot and the projections.

Thanks!

s.r.chinn

Try this to see if it does what you want:

In the Gizmo Info panel, double click on the Scatter object in the Object list.

In the resulting Scatter Properties window, select the Drop Lines tab. This will give you a variety of options for creating drop lines to various projection surfaces.

joerobe

Actually, based on a previous post about something similar, I realized the simplest way to do this is to duplicate my triplet wave, and flatten one dimension to a constant value at the location of the plane I'm interested in.  Then it can just be added as a scatter plot with the same size and color settings as the non-flattened wave.  In my case, I wanted to project the data onto the XY plane, so I duplicated the triplet wave and set the z wave to the minimum of the z-axis.  The point size in my case had its own wave, which I also flattened for the projection.