Fit Lines : Parameters used to create regression, loess and quantiles lines in 2d scatter plots

# fitLineColor
Color for the fit line
Type: color
Default: #fed385
Used in: Scatter2D

fitLineColor : "#9e0adb"

fitLineColor : "#ff7d00"


# fitLineTransparency
Transparency for the color of the fit line
Type: float
Default: 1
Used in: Scatter2D

fitLineTransparency : 1

fitLineTransparency : 0.5


# fitLineType
Type of line for the fit line
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash
Used in: Scatter2D

fitLineType : "rect"

fitLineType : "dotted"

fitLineType : "dashed"


# fitLineWidth
Width for the fit line
Type: float
Default: 2
Used in: Scatter2D

fitLineWidth : 0.5

fitLineWidth : 1.5