ansys.mapdl.core.Mapdl.yrange#

Mapdl.yrange(ymin='', ymax='', num='', **kwargs)#

Specifies a linear ordinate (Y) scale range.

Mechanical APDL Command: /YRANGE

Parameters:
yminstr

Minimum ordinate scale value.

ymaxstr

Maximum ordinate scale value.

numstr

Y-axis number to which range applies (defaults to 1). Valid numbers are 1 to 3 for grtyp,2 and 1 to 6 for grtyp,3. If ALL, apply to all Y-axes.

Notes

Specifies a linear ordinate (Y) scale range for the line graph display. Use yrange,DEFAULT to return to automatic scaling. For multiple Y-axes graphs ( grtyp ), see gropt, ASCAL to automatically scale the additional Y-axes.

Automatic scaling will often yield inappropriate range values for logarithmic scales ( gropt, LOGY).

This command is valid in any processor.