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. |
|
Control the cmap or cmap transform |
|
Get or set the colors |
|
Get or set the graphic's data |
|
used to emit an event after the graphic is deleted |
|
edge_colors if mode is 'marker' |
|
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' |
|
markers if mode is 'marker' |
|
scatter point display mode |
|
Graphic name |
|
[x, y, z] |
|
point rotation mode, read-only, one of 'uniform', 'vertex', or 'curve' |
|
rotation of each point, in radians, if point_rotation_mode is 'uniform' or 'vertex' |
|
Orientation of the graphic as a quaternion |
|
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 |
|
Whether the graphic is visible |
|
Associated pygfx WorldObject. |
Methods#
Add axes onto this Graphic |
|
Register an event handler. |
|
clear all event handlers added to this graphic |
|
remove a registered event handler |
|
|
Rotate the Graphic with respect to the world. |