plotly.graph_objects.box.selected package

class plotly.graph_objects.box.selected.Marker(arg=None, color=None, opacity=None, size=None, **kwargs)

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property color

Sets the marker color of selected points.

The ‘color’ property is a color and may be specified as:
Returns

Return type

str

property opacity

Sets the marker opacity of selected points.

The ‘opacity’ property is a number and may be specified as:
  • An int or float in the interval [0, 1]

Returns

Return type

int|float

property size

Sets the marker size of selected points.

The ‘size’ property is a number and may be specified as:
  • An int or float in the interval [0, inf]

Returns

Return type

int|float