fastplotlib.graphics._features.PointsSizesFeature#

class PointsSizesFeature(sizes, n_datapoints, isolated_buffer=True)[source]#

dict key

value type

value description

key

int | slice | np.ndarray[int | bool] | list[int | bool]

key at which point sizes indexed/sliced

value

int | float | np.ndarray | list[int | float] | tuple[int | float]

new size values for points that were changed

Manages sizes buffer of scatter points.