HeatmapKernel¶
Enumeration HeatmapKernelExperimental
Enumeration Members
ExperimentalCUBIC_
CUBIC_HERMITE: 3
Uses a cubic hermite spline (smoothstep) to ease from maximum density to 0.
ExperimentalGAUSSIAN
GAUSSIAN: 1
Implements a gaussian function (bell curve, normal distribution) with a=1, b=0, c=1/3
ExperimentalLINEAR
LINEAR: 0
Density falls of consistently over the whole range.
ExperimentalTOPHAT
TOPHAT: 2
Full density everywhere in range, with a sharp cut to 0 at range.
Experimental. May be changed in the future without notice.
Available kernels for heatmap calculation. The kernel defines the falloff function from the center of a data point towards it's maximum impact range.
See