plm([y,x][,ireg][,<keylist>])
The y, x, and ireg arguments may all be omitted to default to the mesh set by the most recent plmesh call.
The following keyword argument(s) apply only to this function.
boundary = 0/ 1If present, the boundary keyword determines whether the entire mesh is to be plotted (boundary= 0, the default), or just the boundary of the selected region (boundary= 1).
inhibit = 0/ 1/ 2/ 3If present, the inhibit keyword causes the (x(, j), y(, j)) lines to not be plotted (inhibit= 1), the (x(i,), y(i,)) lines to not be plotted (inhibit= 2), or both sets of lines not to be plotted (inhibit= 3). By default (inhibit= 0), mesh lines in both logical directions are plotted.
The following additional keyword arguments can be specified with this function:
legend, hide, type, width, color, regionSee ``Plot Function Keywords'' on page
for detailed descriptions of these keywords.
plm ()