LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Variable Graph Plots

Hi,

 

Is there a way we can do a similar plot using LabVIEW graphs?

 

Variability Plot.gif

 

- Sable

0 Kudos
Message 1 of 5
(2,165 Views)

Yes, but it would be a lot of work.  LabVIEW is designed for Engineering (the "E" in LabVIEW) -- other programming languages (MatLab, Excel) would seem better suited for creating the plots you describe.  "When your only tool is a Hammer, every problem looks like a Nail".

 

Bob Schor

0 Kudos
Message 2 of 5
(2,142 Views)

Bob's right, lots of work to re-create that plot type.  Probably only common is statistical packages.

 

There's code available to create box plots - https://forums.ni.com/t5/Example-Program-Drafts/LabVIEW-Box-Plots/ta-p/3506533

 

The formatted axis will be harder.  If its always the same labels then you could just use an image of the right size.  If the label change then you could take an approach like the one outlined here - https://forums.ni.com/t5/LabVIEW/Edit-X-scale-label-from-numeric-to-text-in-Waveform-Graph/td-p/3553...

 

Craig

0 Kudos
Message 3 of 5
(2,133 Views)

Is it possible to import the matlibplot library into LabVIEW to use the graph formats?

 

- Sable 

0 Kudos
Message 4 of 5
(2,129 Views)

@Sable wrote:

Is it possible to import the matlibplot library into LabVIEW to use the graph formats?

 

- Sable 


I know you can import a C# library You're going to have to use activeX

 

Here's a link that may help:

http://www.ni.com/pdf/seminars/pt/seminario_labview_matlab.pdf

0 Kudos
Message 5 of 5
(2,122 Views)