|
From: Ian T. <ian...@gm...> - 2014-11-22 19:49:35
|
Masha, As suggested before, take a look at the triangular mesh functions. There are simple contour ( http://matplotlib.org/examples/pylab_examples/tricontour_demo.html) and pcolor plots ( http://matplotlib.org/examples/pylab_examples/tripcolor_demo.html), plus linear and cubic interpolation ( http://matplotlib.org/examples/pylab_examples/tricontour_smooth_delaunay.html and http://matplotlib.org/examples/pylab_examples/tricontour_smooth_user.html). The API documentation is at http://matplotlib.org/dev/api/tri_api.html. Ian |