![]() | Download Help (Windows Only) |
Owning Class: plots
Requires: MathScript RT Module
bar3dhoriz(z)
bar3dhoriz(z, width)
bar3dhoriz(z, style)
bar3dhoriz(z, color)
bar3dhoriz(y, z)
bar3dhoriz(y, z, width)
bar3dhoriz(y, z, style)
bar3dhoriz(y, z, color)
bar3dhoriz(z, width, style, color)
bar3dhoriz(y, z, width, style, color)
Legacy Name: bar3h
Generates a plot of 3D horizontal bars.
Name | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
y | Specifies the y-coordinates of the bars you want to plot. y is a vector. length(y) must equal length(z). | ||||||||||||||||
z | Specifies the heights of the bars you want to plot. z is a vector or matrix. If z is a matrix, bar3dhoriz plots each column of z as bars of the same color. | ||||||||||||||||
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 |
z = rand(5, 2);
bar3dhoriz(z);
Helpful
Not Helpful