HistogramLUTTool#

HistogramLUTTool#

Constructor#

HistogramLUTTool(data, image_graphic[, ...])

Properties#

HistogramLUTTool.axes

HistogramLUTTool.block_events

Used to block events for a graphic and prevent recursion.

HistogramLUTTool.cmap

HistogramLUTTool.deleted

used to emit an event after the graphic is deleted

HistogramLUTTool.event_handlers

Registered event handlers.

HistogramLUTTool.image_graphic

HistogramLUTTool.name

Graphic name

HistogramLUTTool.offset

[x, y, z]

HistogramLUTTool.right_click_menu

HistogramLUTTool.rotation

Orientation of the graphic as a quaternion

HistogramLUTTool.supported_events

events supported by this graphic

HistogramLUTTool.visible

Whether the graphic is visible

HistogramLUTTool.vmax

HistogramLUTTool.vmin

HistogramLUTTool.world_object

Associated pygfx WorldObject.

Methods#

HistogramLUTTool.add_axes()

Add axes onto this Graphic

HistogramLUTTool.add_event_handler(*args)

Register an event handler.

HistogramLUTTool.clear_event_handlers()

clear all event handlers added to this graphic

HistogramLUTTool.disconnect_image_graphic()

HistogramLUTTool.remove_event_handler(...)

remove a registered event handler

HistogramLUTTool.rotate(alpha[, axis])

Rotate the Graphic with respect to the world.

HistogramLUTTool.set_data(data[, ...])

HistogramLUTTool.share_property(feature)

HistogramLUTTool.unshare_property(feature)