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

◆ Fill()

Function Fill ( N As  Long,
X() As  Double,
Y() As  Double,
Optional KwArgs As  String 
)

Plot filled polygons

Purpose
Plot filled polygons.
Returns
PyObject (list of Polygon).
(On error, Nothing is returned)
Parameters
[in]NNumber of data. (N > 0)
[in]X()Array X(LX - 1) (LX >= N)
x-axis data.
[in]Y()Array Y(LY - 1) (LY >= N)
y-axis data.
[in]KwArgs(Optional)
Optional keyword parameters. (default = "")
Example
Plot filled spiral.