Various plotting libraries have "surface plot" and "tri-surface plot" functions. (Are all of the following actually analogous to each other?) These seem to have similar arguments and the demos I've found do similar things.
matplotlib
hasmplot3d.plot_surface
andmplot3d.plot_trisurf
ipyvolume
hasipyvolume.pylab.plot_surface
andipyvolume.pylab.plot_trisurf
Matlab
hassurf
andtrisurf
.
What is the difference between a surface and a tri-surface plot? What can you do with one but not the other?