Method box3
box3(String, String, Double, Int32, String, String, Double, Int32, String, String, Double, Int32)
plbox3: Draw a box with axes, etc, in 3-d
Declaration
public static void box3(string xopt, string xlabel, Double xtick, Int32 nxsub, string yopt, string ylabel, Double ytick, Int32 nysub, string zopt, string zlabel, Double ztick, Int32 nzsub)
Parameters
Type | Name | Description |
---|---|---|
System.String | xopt | One or more string concatenated from XYAxisOpt. |
System.String | xlabel | A UTF-8 character string specifying the text label for the x axis. It is only drawn if u is in the xopt string. |
Double | xtick | World coordinate interval between major ticks on the x axis. If it is set to zero, PLplot automatically generates a suitable tick interval. |
Int32 | nxsub | 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. |
System.String | yopt | One or more string concatenated from XYAxisOpt. |
System.String | ylabel | A UTF-8 character string specifying the text label for the y axis. It is only drawn if u is in the yopt string. |
Double | ytick | World coordinate interval between major ticks on the y axis. If it is set to zero, PLplot automatically generates a suitable tick interval. |
Int32 | nysub | 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. |
System.String | zopt | One or more string concatenated from ZAxisOpt. |
System.String | zlabel | A UTF-8 character string specifying the text label for the z axis. It is only drawn if u or v are in the zopt string. |
Double | ztick | World coordinate interval between major ticks on the z axis. If it is set to zero, PLplot automatically generates a suitable tick interval. |
Int32 | nzsub | 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. |
Remarks
Draws axes, numeric and text labels for a three-dimensional surface plot. For a more complete description of three-dimensional plotting see .