HeatmapGraphic¶

HeatmapGraphic¶

Constructor¶

HeatmapGraphic(data[, vmin, vmax, cmap, ...])

Create an Image Graphic

Properties¶

HeatmapGraphic.children

Return the children of the WorldObject.

HeatmapGraphic.name

str name reference for this item

HeatmapGraphic.position

position of the graphic, [x, y, z]

HeatmapGraphic.position_x

x-axis position of the graphic

HeatmapGraphic.position_y

y-axis position of the graphic

HeatmapGraphic.position_z

z-axis position of the graphic

HeatmapGraphic.rotation

HeatmapGraphic.visible

Access or change the visibility.

HeatmapGraphic.world_object

Associated pygfx WorldObject.

Methods¶

HeatmapGraphic.add_linear_region_selector([...])

Add a LinearRegionSelector.

HeatmapGraphic.add_linear_selector([...])

Adds a LinearSelector.

HeatmapGraphic.link(event_type, target, ...)

Link this graphic to another graphic upon an event_type to change the feature of a target graphic.

HeatmapGraphic.reset_feature(feature)

HeatmapGraphic.rotate(alpha[, axis])

Rotate the Graphic with respect to the world.

HeatmapGraphic.set_feature(feature, ...)