Plot a triangulated surface.
The (optional) triangulation can be specified in one of two ways; either:
plot_trisurf(triangulation, ...)
where triangulation is a Triangulation object, or:
plot_trisurf(X, Y, ...) plot_trisurf(X, Y, triangles, ...) plot_trisurf(X, Y, triangles=triangles, ...)
in which case a Triangulation object will be created. See Triangulation for an explanation of these possibilities.
The remaining arguments are:
plot_trisurf(..., Z)
where Z is the array of values to contour, one per point in the triangulation.
Data values as 1D arrays.
Color of the surface patches.
A colormap for the surface patches.
Normalize, optional
An instance of Normalize to map values to colors.
Minimum and maximum value to map.
Whether to shade the facecolors. Shading is always disabled when cmap is specified.
LightSource, optional
The lightsource to use when shade is True.
All other keyword arguments are passed on to Poly3DCollection
(Source code, 2x.png, png)
(Source code, 2x.png, png)
mpl_toolkits.mplot3d.axes3d.Axes3D.plot_trisurf
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.mplot3d.axes3d.Axes3D.plot_trisurf.html