scistag.plotstag.figure.GridSteppingMode

class GridSteppingMode(value)

Bases: Enum

Defines the stepping movement on the figure’s grid when iterating through the single grids.

Methods

get_movement

Returns the movement order for this setting

Attributes

RIGHT_DOWN

RIGHT_UP

LEFT_DOWN

LEFT_UP

DOWN_RIGHT

DOWN_LEFT

UP_RIGHT

UP_LEFT

__doc__

__members__

__module__

get_movement()

Returns the movement order for this setting

Return type

tuple[tuple[int, int], tuple[int, int]]

Returns

The movement order (first step, break step direction on the x, y axes)