ansys.mapdl.core.Mapdl.clabel#

Mapdl.clabel(wn='', key='', **kwargs)#

Specifies contour labeling.

Mechanical APDL Command: /CLABEL

Command default:

Show contour line labels.

Parameters:
wnstr

Window number (or ALL) to which command applies (defaults to 1).

keyint or str

Labeling key:

  • 0 or 1 - Label contours with legend or color (default).

  • -1 - No contour labeling.

  • N - Same as 1 except show alphabetic legend only on every N th element.

Notes

Labels contours for identification with alphabetic legend for vector displays and color for raster displays. Number of contours is automatically reduced to 9 (or fewer) for clarity. Use contour command to increase (24 maximum for alphabetic labeling; no limit for color labeling).

This command is valid in any processor.