Histograms
Parameters used to create histograms in 2d scatter plots :
histogramBarWidth
float
Length in pixels for half of the bar width in the 2D sccater plot
histogram.
See also:
isHistogram,
scatterType
Default:
0.5
Used in:
all visualizations
histogramBins
integer
Number of bins in histogram
See also:
createHistogram
Default:
false
Used in:
all visualizations
histogramDensityKernel
option
Histogram density kernels
See also:
createHistogram,
showHistogramDensity
Default:
epanechnikovKernel
Used in:
all visualizations
histogramStagger
boolean
Flag to stagger histograms when multiple variables are present
See also:
createHistogram
Default:
false
Used in:
all visualizations
Flag to indicate there is a histogram
Default:
false
Used in:
all visualizations
isHistogram
boolean
Flag to convert the 2D scatter plot into a histogram. That is, the points
in the scatter plot are converted to bars that start at
the bottom of the Y axis. It is useful to represent
proteomics spectra. This can also be done setting
scatterType to 'bar'.
See also:
histogramBarWidth,
scatterType
Default:
false
Used in:
all visualizations
showHistogramDensity
boolean
Flag to show the density kernel in histograms
See also:
createHistogram,
histogramDensityKernel
Default:
false
Used in:
all visualizations