Does LabVIEW have an equivalent to the MATLAB "hold on" plot function?
I would like to plot 3D data points (x,y,x) on top of a surface plot. This is trivial in MATLAB: one would plot a surface, issue a hold on command, and then issue a command to plot data points in 3D. Does LabVIEW have a similar solution?
Thanks.