03-29-2025 03:54 AM
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 :-
Solved! Go to Solution.
03-29-2025 08:37 AM - edited 03-29-2025 08:39 AM
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.)
03-29-2025 11:24 PM
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 😄
03-31-2025 02:36 PM
The "Advanced Plotting Toolkit" is pretty awesome for such things. You can grab it off VIPM.
Some example code would look like
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)
03-31-2025 02:46 PM
@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....