HeatmapKernel¶
Enumeration HeatmapKernelExperimental
Index
Enumeration Members
Enumeration Members
Experimental
CUBIC_ HERMITE
CUBIC_HERMITE: 3
Uses a cubic hermite spline (smoothstep) to ease from maximum density to 0.
Experimental
GAUSSIAN
GAUSSIAN: 1
Implements a gaussian function (bell curve, normal distribution) with a=1, b=0, c=1/3
Experimental
LINEAR
LINEAR: 0
Density falls of consistently over the whole range.
Experimental
TOPHAT
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