XLPack for Matplotlib Experimental Version 0.1
Reference Manual
Loading...
Searching...
No Matches

◆ Bar()

Function Bar ( N As  Long,
X() As  Double,
Height() As  Double,
Optional KwArgs As  String 
)

Bar plot

Purpose
A bar plot of X.
Returns
PyObject (BarContainer).
Container with all the bars and optionally errorbars.
(On error, Nothing is returned)
Parameters
[in]NNumber of data. (N > 0)
[in]X()Array X(LX - 1) (LX >= N)
x-axis 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.