plotly.graph_objects.violin.marker package¶
- 
class plotly.graph_objects.violin.marker.Line(arg=None, color=None, outliercolor=None, outlierwidth=None, width=None, **kwargs)¶
- Bases: - plotly.basedatatypes.BaseTraceHierarchyType- 
property color¶
- Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to - marker.line.cminand- marker.line.cmaxif set.- 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 outliercolor¶
- Sets the border line color of the outlier sample points. Defaults to marker.color - The ‘outliercolor’ 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 outlierwidth¶
- Sets the border line width (in px) of the outlier sample points. - The ‘outlierwidth’ property is a number and may be specified as:
- An int or float in the interval [0, inf] 
 
 - Returns
- Return type
- int|float 
 
 - 
property width¶
- Sets the width (in px) of the lines bounding the marker points. - The ‘width’ property is a number and may be specified as:
- An int or float in the interval [0, inf] 
 
 - Returns
- Return type
- int|float 
 
 
- 
property 
