ansys.mapdl.core.Mapdl.axlab#

Mapdl.axlab(axis='', lab='', **kwargs)#

Labels the X and Y axes on graph displays.

Mechanical APDL Command: /AXLAB

Command default:

Labels are determined by the program.

Parameters:
axisstr

Axis specifier:

  • X - Apply label to X axis.

  • Y - Apply label to Y axis.

labstr

Axis label (user defined text up to 30 characters long). Leave blank to reestablish the default for Axis axis.

Notes

This command is valid in any processor.