axis_swap_minmax#

plot.axis_swap_minmax(p0: str) int#

Swaps the axis min and max values for the specified axis of the currently selected plot.

By default the values increase along the axis.
Args:
p0:

‘axis’

  • must be either x or y

Examples:
ensight.plot.select_begin(1)
ensight.plot.axis_swap_minmax("x")
Returns:

zero on success, non-zero on error