plbox3(xopt, xlabel, xtick, nxsub, yopt, ylabel, ytick, nysub, zopt, zlabel, ztick, nzsub)

  plbox3

[] Draws axes, numeric and text labels for a three-dimensional surface plot. For a more complete description of three-dimensional plotting 3-d Plots.

[] xopt (char *, input):[]Pointer to character string specifying options for the x axis. The string can include any combination of the following letters (upper or lower case) in any order:

[] xlabel (char *, input):[]Pointer to character string specifying text label for the x axis. It is only drawn if u is in the xopt string.

[] xtick (PLFLT, input):[]World coordinate interval between major ticks on the x axis. If it is set to zero, PLplot automatically generates a suitable tick interval.

[] nxsub (PLINT, input):[]Number of subintervals between major x axis ticks for minor ticks. If it is set to zero, PLplot automatically generates a suitable minor tick interval.

[] yopt (char *, input):[]Pointer to character string specifying options for the y axis. The string is interpreted in the same way as xopt.

[] ylabel (char *, input):[]Pointer to character string specifying text label for the y axis. It is only drawn if u is in the yopt string.

[] ytick (PLFLT, input):[]World coordinate interval between major ticks on the y axis. If it is set to zero, PLplot automatically generates a suitable tick interval.

[] nysub (PLINT, input):[]Number of subintervals between major y axis ticks for minor ticks. If it is set to zero, PLplot automatically generates a suitable minor tick interval.

[] zopt (char *, input):[]Pointer to character string specifying options for the z axis. The string can include any combination of the following letters (upper or lower case) in any order:

[] zlabel (char *, input):[]Pointer to character string specifying text label for the z axis. It is only drawn if u or v are in the zopt string.

[] ztick (PLFLT, input):[]World coordinate interval between major ticks on the z axis. If it is set to zero, PLplot automatically generates a suitable tick interval.

[] nzsub (PLINT, input):[]Number of subintervals between major z axis ticks for minor ticks. If it is set to zero, PLplot automatically generates a suitable minor tick interval.

¸plclr, plcol, plbox3, API

[]