ScatterGraphic#
ScatterGraphic#
Constructor#
|
Create a Scatter Graphic, 2d or 3d |
Properties#
The opacity of the graphic |
|
How the alpha is handled by the renderer |
|
Used to block events for a graphic and prevent recursion. |
|
Used to block event handlers for a graphic and prevent recursion. |
|
Get or set the colormap |
|
Get or set the (min, max) of the cmap_transform that is mapped onto the colormap |
|
Get or set the colors |
|
Get or set the graphic's data. |
|
used to emit an event after the graphic is deleted |
|
Get or set the marker edge colors, if mode is 'markers' |
|
Get or set the edge_width if mode is 'markers' |
|
Registered event handlers. |
|
Get or set the image data, returns None if scatter plot mode is not 'image' |
|
The imgui popup that is opened by a right-click on this graphic. |
|
The legend item of this graphic, created with |
|
Get or set the markers, if mode is 'markers' |
|
scatter point display mode |
|
Graphic name |
|
[x, y, z] |
|
point rotation mode, read-only, one of 'uniform', 'vertex', or 'curve' |
|
Get or set the point rotations in radians; returns None in 'curve' mode |
|
Orientation of the graphic as a quaternion |
|
(x, y, z) scaling factor |
|
The coordinate space in which the size is expressed ('screen', 'world', 'model') |
|
Get or set the scatter point size(s) |
|
events supported by this graphic |
|
set a custom tooltip format function which takes a |
|
Whether the graphic is visible |
|
Associated pygfx WorldObject. |
Methods#
Add axes onto this Graphic |
|
Register an event handler. |
|
Append imgui elements to the right-click popup of this graphic. |
|
clear all event handlers added to this graphic |
|
|
Create the |
|
Takes a pygfx.PointerEvent and returns formatted pick info. |
|
map position from model (data) space to world space, basically applies the world affine transform |
|
map position from world space to model (data) space, basically applies the inverse world affine transform |
remove a registered event handler |
|
Remove and return the right-click popup of this graphic |
|
|
Rotate the Graphic with respect to the world. |
Set the imgui popup that is opened by a right-click on this graphic, replaces the popup of the subplot or Figure for this graphic. |