PLMESH(3plplot) | PLplot API | PLMESH(3plplot) |
plmesh - Plot surface mesh
plmesh(x, y, z, nx, ny, opt)
Plots a surface mesh within the environment set up by plw3d(3plplot). The surface is defined by the matrix z[nx][ny] , the point z[i][j] being the value of the function at (x[i], y[j]). Note that the points in vectors x and y do not need to be equally spaced, but must be stored in ascending order. The parameter opt controls the way in which the surface is displayed. For further details see the PLplot documentation.
Redacted form: plmesh(x, y, z, opt)
This function is used in example 11.
Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.
PLplot documentation at http://plplot.org/documentation.php.
December, 2020 |