plotly.graph_objects.scatterpolargl.selected packageΒΆ
-
class
plotly.graph_objects.scatterpolargl.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:
A hex string (e.g. β#ff0000β)
An rgb/rgba string (e.g. βrgb(255,0,0)β)
An hsl/hsla string (e.g. βhsl(0,100%,50%)β)
An hsv/hsva string (e.g. βhsv(0,100%,100%)β)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
- Returns
- Return type
-
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
-
property
-
class
plotly.graph_objects.scatterpolargl.selected.
Textfont
(arg=None, color=None, **kwargs)ΒΆ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
color
ΒΆ Sets the text font color of selected points.
- The βcolorβ property is a color and may be specified as:
A hex string (e.g. β#ff0000β)
An rgb/rgba string (e.g. βrgb(255,0,0)β)
An hsl/hsla string (e.g. βhsl(0,100%,50%)β)
An hsv/hsva string (e.g. βhsv(0,100%,100%)β)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
- Returns
- Return type
-
property