Density Plots : Parameters used to create density plots in 1d and 2d scatter plots

# bandwidthAdjust
Bandwidth adjust for the window
Type: float
Default: 1

bandwidthAdjust : 0.5

bandwidthAdjust : 1

bandwidthAdjust : 1.5


# bandwidthCut
Bandwidth cut
Type: integer
Default: 3

bandwidthCut : 1

bandwidthCut : 2

bandwidthCut : 3


# bandwidthRule
Bandwidth rule
Type: string
Default: nrd0
Options: nrd0, nrd, silverman

bandwidthRule : "nrd0"

bandwidthRule : "nrd"

bandwidthRule : "silverman"


# densityKernel
Histogram density kernels
Type: string
Default: gaussian
Options: gaussian, rectangular, triangular, epanechnikov, quartic, biweight, cosine, optcosine

densityKernel : "gaussian"

densityKernel : "rectangular"

densityKernel : "triangular"


# densityPosition
Histogram density position
Type: string
Default: normal
Options: normal, stacked, filled

densityPosition : "normal"

densityPosition : "stacked"

densityPosition : "filled"


# showScatterDensity
Flag to show/hide the density kernel in histograms
Type: boolean
Default: false