normalize_y#
- curve.normalize_y(p0: str) int #
Specify whether to normalize the abscissa range of the selected curve(s) to the interval I[0.,1.].
This means to divide all abscissa coordinates of the curve by the maximum abscissa coordinate value.- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
ensight.curve.select_begin(0,1) ensight.curve.normalize_x("ON") ensight.curve.normalize_y("OFF")
- Returns:
zero on success, non-zero on error