gcolumn#

SetUp.gcolumn(curve='', string='', **kwargs)#

Allows the user to apply a label to a specified curve.

Mechanical APDL Command: /GCOLUMN

Parameters:
curvestr

Curve number on which label will be applied (integer value between 1 and 10).

stringstr

Name or designation that will be applied to the curve (8 characters max).

Notes

This command is used for an array parameter plot (a plot created by the starvplot command). Normally the label for curve 1 is COL 1, the label for curve 2 is COL 2 and so on; the column number is the field containing the dependent variables for that particular curve. Issuing gcolumn, CURVE, with no string value specified resets the label to the original value.