Look up the help pages on "intensity plots", which are probably more
appropriate and less CPU intensive. If you must plot it as a 3D surface,
look in the "Graph" controls palette and check out the "3D Surface Graph".
The help on these should be fairly easy to understand, given a knowledge of
arrays. If you do not understand arrays, read the relevant sections in the
manual- though to do anything in any language I think you quickly hit a need
for arrays..
tae kim wrote in message
news:3a16c5c9@newsgroups.ni.com...
>
> I have 10 probe which are measuring some fluxes on a circular wafer. So, I
> have 3D data, x,y(position on a wafer) and z(flux). I want to make an
in-situ
> 3D surface plot with these data with Labview. I couldn't find a wa
y to do
> that. Anyone knows how to do it?
> Thanks