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

◆ Tripcolor()

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

Pseudocolor plot of unstructured triangular grid

Purpose
Create a pseudocolor plot of an unstructured triangular grid.
Returns
PyObject (PolyCollection or TriMesh).
(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 >= N)
y-axis of grid points.
[in]C()Array C(LC - 1) (LC >= N)
The color values for the points.
[in]KwArgs(Optional)
Optional keyword parameters. (default = "")
Example
Pseudocolor plot of an unstructured triangular grid.