axis_y_scale#
- plot.axis_y_scale(p0: str) int #
Selects the type of scale used for the x/y axis of the currently selected plot(s).
The default scale is linear.- Args:
- p0:
‘scale_type’
one of the following:
linear
logarithmic
- Examples:
ensight.plot.select_begin(1) ensight.plot.axis_x_scale("logarithmic") ensight.plot.axis_y_scale("linear")
- Returns:
zero on success, non-zero on error