|
|
◆ 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] | N | Number 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.
|