On 13 November 2011 19:10, Daniel Welling <dantwell...@gmail.com> 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.
>

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
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to