Skip to main content

Module histogram

Module histogram 

Source

Structs§

Histogram
Histogram : The Histogram is a plot operator that computes a histogram plot either over attributes of a vector dataset or values of a raster source. The output is a plot in Vega-Lite specification. For instance, you want to plot the data distribution of numeric attributes of a feature collection. Then you can use a histogram with a suitable number of buckets to visualize and assess this. ## Errors The operator returns an error if the selected column (columnName) does not exist or is not numeric. ## Notes If bounds or buckets are not defined, the operator will determine these values by itself which requires processing the data twice. If the buckets parameter is set to squareRootChoiceRule, the operator estimates it using the square root of the number of elements in the data.

Enums§

Type