Plot Vertical Bar Graph VI
- Updated2024-11-20
- 2 minute(s) read
Creates a centered vertical bar graph. Bars are centered at the x[] values, with height y[]. Can be used to plot a histogram.

Inputs/Outputs
![]() histogram y[] arranges each element of this array so that the number of observations in each bin of the histogram is from left to right. This is an output from the Histogram VI. ![]() bin centers x[] specifies the x-axis values for the center of each histogram bin. Connect the x values output of the histogram VI to this input. ![]() (X, Y Graph) - centered vertical bar graph, which each bar of the height given in the histogram y[] input and centered at the values given in the bin centers x[] input. |