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

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

# bandwidthCut
Bandwidth cut
Type: integer
Default: 3

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

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

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

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