LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plotting multiple data sets (of different types) on the same LabVIEW figure.

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.

0 Kudos
Message 1 of 2
(2,727 Views)

LabVIEW Graphs can take multiple data types and have multiple plots.

 

In the case that you are connecting an array of waveforms your program can send any number of plots to a graph.

 

This document discusses this more: http://digital.ni.com/public.nsf/allkb/21E8163F259DA2058625703B007511AA

Craig H. | CLA CTA CLED | Applications Engineer | NI Employee 2012-2023
0 Kudos
Message 2 of 2
(2,674 Views)