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.
matplotlibhasmplot3d.plot_surfaceandmplot3d.plot_trisurfipyvolumehasipyvolume.pylab.plot_surfaceandipyvolume.pylab.plot_trisurfMatlabhassurfandtrisurf.
What is the difference between a surface and a tri-surface plot? What can you do with one but not the other?