plopp.backends.matplotlib.scatter.Scatter#
- class plopp.backends.matplotlib.scatter.Scatter(canvas, data, x='x', y='y', size=None, artist_number=0, mask_color='black', cbar=False, **kwargs)[source]#
- __init__(canvas, data, x='x', y='y', size=None, artist_number=0, mask_color='black', cbar=False, **kwargs)[source]#
Methods
__init__
(canvas, data[, x, y, size, ...])bbox
(xscale, yscale)The bounding box of the scatter points.
remove
()Remove the scatter and mask artists from the canvas.
set_colors
(rgba)update
(new_values)Update the x and y positions of the data points from new data.
Attributes
data