statHist

Create Aes that specifies the bins to draw an histogram

statHist
(
AES
)
(
AES aesRaw
,
size_t noBins = 0
)

Parameters

aesRaw AES

Data that the histogram will be based on

noBins size_t

Optional number of bins. On a value of 0 the number of bins will be chosen automatically.

Return Value

Type: auto

Range that holds rectangles representing different bins

Meta