mpplot#
- Mapdl.mpplot(lab='', mat='', tmin='', tmax='', pmin='', pmax='', **kwargs)#
APDL Command: MPPLOT
Plots linear material properties as a function of temperature.
- Parameters:
- lab
Linear material property label (EX, EY, etc.) [MP].
- mat
Material reference number. Defaults to 1.
- tmin
Minimum abscissa value to be displayed.
- tmax
Maximum abscissa value.
- pmin
Minimum property (ordinate) value to be displayed.
- pmax
Maximum property value.
Notes
When the property is from tables, the MPPLOT command will not be valid because the property could be a function of more than temperature.
This command is valid in any processor.