LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create simple vertical bar graph?

Solved!
Go to solution

I want to implement a bar graph for voltage values using xy graph.
Ive tried creating to recreate but i don't understand how it works in labview.

I also want to show the names for each bar on the x axis.


The example from excel graph :-

Rusyaidi_arif_cute_2-1743238349794.png

 

 

0 Kudos
Message 1 of 5
(232 Views)
Solution
Accepted by topic author Rusyaidi_arif_cute

I am not sure why you would even use an xy graph. A plain waveform graph seems more appropriate (but this idea is not implemented.... 😞 )

 

Maybe all you need is an array of clusters. (You can make the containers and decorations transparent if desired.)

 

 

FakeBarGraph.png

Message 2 of 5
(202 Views)

I do agree a plain waveform graph would be nice having to modify the labels and I dont mind using bar graph instead of waveform since mine is using a simple data.
Nevertherless, Thank you 😄 

0 Kudos
Message 3 of 5
(172 Views)

The "Advanced Plotting Toolkit" is pretty awesome for such things.  You can grab it off VIPM.

 

joshualguthrie2civ_0-1743449601314.png

Some example code would look like

 

 

advan plottign 01.png

 

advan plottign 02.png.bmp

 

 

It's configurable as heck.  Grids, custom ranges, colors.  I've learned to like it a lot.  (I am in no way associated with it, or their project)

Message 4 of 5
(108 Views)

@joshua.l.guthrie2.civ wrote:

The "Advanced Plotting Toolkit" is pretty awesome for such things.  You can grab it off VIPM. [....] it's configurable as heck.  Grids, custom ranges, colors.  I've learned to like it a lot.  (I am in no way associated with it, or their project)


basically, thedavanced plotting toolkit is build upon  matplotlib

 

 

the 3d bar graph can be used for the OPs original example, when you change the XYZ45° perspective view to an XY 0° view, if that makes any sense to you

 

however, those "newer" graph controls are not as practical as the oldschool graphs and charts....

0 Kudos
Message 5 of 5
(105 Views)