axis_x_max#
- plot.axis_x_max(p0: float) int #
Sets the maximum value for the x/y axis labels in the currently selected plot.
- Args:
- p0:
‘max’ max label number on the axis; can be any valid floating-point value
- Examples:
ensight.plot.select_begin(1) ensight.plot.axis_x_max(9.5) ensight.plot.axis_y_max(5.3)
- Returns:
zero on success, non-zero on error