Matplotlibaxes.Axes.triplotの例



Matplotlib Axes Axes



Axes.triplot(ax、* args、** kwargs)

構造化されていない三角形のグリッドを線やマーカーとして描画します。

プロットする三角形分割は、2つの方法のいずれかで指定できます。また:



triplot(triangulation, ...) 

ここで、三角測量は三角測量オブジェクト、または

triplot(x, y, ...) triplot(x, y, triangles, ...) triplot(x, y, triangles=triangles, ...) triplot(x, y, mask=mask, ...) triplot(x, y, triangles, mask=mask, ...) 

この場合、Triangulationオブジェクトが作成されます。見るこれらの可能性を説明するための三角測量。



残りの引数とkwargsは プロット

戻り値:
linesLine2D

描かれた三角形のエッジ。

マーカーLine2D

描画されたマーカーノード。



使用例matplotlib.axes.Axes.triplot

Tricontour Smooth Delaunay

TricontourSmoothユーザー

三勾配デモ

Triinterpデモ

トリプレットデモ

Trifinderイベントデモ