plotly.graph_objs.box.marker
Module
Functions
plotly.graph_objs.box.marker.Line
Functions
plotly.graph_objs.box.marker.Line([color=], [width=], [outliercolor=], [outlierwidth=]) → Line
Create a new ‘Line’ object
color
- Sets themarker.linecolor. 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.cmin` and `marker.line.cmax` if set.width
- Sets the width (in px) of the lines bounding the marker points.outliercolor
- Sets the border line color of the outlier sample points. Defaults to marker.coloroutlierwidth
- Sets the border line width (in px) of the outlier sample points.