![]() | Download Help (Windows Only) |
Owning Class: plots
Requires: MathScript RT Module
barhoriz(y)
barhoriz(y, width)
barhoriz(y, style)
barhoriz(y, color)
barhoriz(x, y)
barhoriz(x, y, width)
barhoriz(x, y, style)
barhoriz(x, y, color)
barhoriz(y, width, style, color)
barhoriz(x, y, width, style, color)
Legacy Name: barh
Generates a plot of horizontal bars.
Name | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
x | Specifies the x-coordinates of the bars you want to plot. x is a vector. length(x) must equal length(y). | ||||||||||||||||
y | Specifies the heights of the bars you want to plot. y is a vector or matrix. | ||||||||||||||||
width | Specifies the width of the bars you want to plot. | ||||||||||||||||
style | Specifies the plot style. style is a string that accepts the following values.
|
||||||||||||||||
color | Specifies a valid color attribute for the plot. color is a string that accepts the following values.
|
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | No (always ignored) |
Supported on RT targets | No |
y = rand(10, 2);
barhoriz(y);
Helpful
Not Helpful