PointsConfig
Constructor
Methods
build
Builds the object.
def build() -> common.PointsConfig
point_color
def point_color(point_color: str) -> typing.Self
point_size
def point_size(point_size: float) -> typing.Self
point_symbol
def point_symbol(point_symbol: str) -> typing.Self
show_points
def show_points(show_points: common.VisibilityMode) -> typing.Self
See also