plotly.graph_objects.parcoords.unselected package

class plotly.graph_objects.parcoords.unselected.Line(arg=None, color=None, opacity=None, **kwargs)

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property color

Sets the base color of unselected lines. in connection with unselected.line.opacity.

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

Return type

str

property opacity

Sets the opacity of unselected lines. The default “auto” decreases the opacity smoothly as the number of lines increases. Use 1 to achieve exact unselected.line.color.

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