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

◆ Triplot()

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

Draw unstructured triangular grid

Purpose
Draw an unstructured triangular grid as lines and/or markers.
Returns
PyObject (Line2D)
The drawn triangles edges and/or marker nodes.
(On error, Nothing is returned)
Parameters
[in]NNumber of grid points. (N > 0)
[in]X()Array X(LX - 1) (LX >= N)
x-axis of grid points.
[in]Y()Array Y(LY - 1) (LY >= M)
y-axis of grid points.
[in]KwArgs(Optional)
Optional keyword parameters. (default = "")
Example
Draw an unstructured triangular grid.