Creates a centered vertical bar graph. Bars are centered at the x[] values, with height y[]. Can be used to plot a histogram.


icon

Inputs/Outputs

  • c1du32.png histogram y[]

    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.

  • c1ddbl.png bin centers x[]

    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.

  • i1dnclst.png vertical bar graph

    (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.