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