yrange#
- Mapdl.yrange(ymin='', ymax='', num='', **kwargs)#
Specifies a linear ordinate (Y) scale range.
APDL Command: /YRANGE
- Parameters:
- ymin
Minimum ordinate scale value.
- ymax
Maximum ordinate scale value.
- num
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.