pynaviz.utils#
Functions
|
Auxiliary safe function for debugging. |
|
Get xmin,xmax, ymin, ymax in world coordinates. |
|
|
|
Classes
|
Enumeration of the renderer draw triggering source. |
- class pynaviz.utils.RenderTriggerSource(*values)[source]#
Bases:
Enum
Enumeration of the renderer draw triggering source.
- INITIALIZATION = 1#
- LOCAL_KEY = 4#
- SET_FRAME = 5#
- SYNC_EVENT_RECEIVED = 3#
- UNKNOWN = 0#
- ZOOM_TO_POINT = 2#
- pynaviz.utils.get_plot_attribute(plot: _BasePlot, attr_name, filter_graphic: dict[bool] = None) → dict | None[source]#
Auxiliary safe function for debugging.