Triangulation objects

Greetings.

I am interested in accessing Triangulation objections that are created by MPL for tricontour-type plots. The docs for MPL routines that use triangulation objects refer to documentation, but none exists in the MPL online docs. Does anyone have docs/info on using these objects? Having access to them would be great.

-dw

The easiest way to find out about Triangulation objects is to look at the source code on github:

https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/tri/triangulation.py

The class and init descriptions should contain all the information you need.

Ian

···

On 13 November 2011 19:10, Daniel Welling <dantwelling@…1972…> wrote:

I am interested in accessing Triangulation objections that are created by MPL for tricontour-type plots. The docs for MPL routines that use triangulation objects refer to documentation, but none exists in the MPL online docs. Does anyone have docs/info on using these objects? Having access to them would be great.