|
|
◆ Bar_str()
| Function Bar_str |
( |
N As |
Long, |
|
|
X() As |
String, |
|
|
Height() As |
Double, |
|
|
Optional KwArgs As |
String |
|
) |
| |
Bar plot (x-axis is string)
- Purpose
- A bar plot of X.
- Returns
- PyObject (BarContainer).
Container with all the bars and optionally errorbars.
(On error, Nothing is returned)
- Parameters
-
| [in] | N | Number of data. (N > 0) |
| [in] | X() | Array X(LX - 1) (LX >= N)
x-axis string data. |
| [in] | Height() | Array Height(LHeight - 1) (LHeight >= N)
Height data. |
| [in] | KwArgs | (Optional)
Optional keyword parameters. (default = "") |
- Example
- Displays data as a bar chart.
|