The OpenD Programming Language

statHist2D

Create Aes that specifies the bins to draw an histogram

statHist2D
(
AES
)
(,
size_t noBinsX = 0
,
size_t noBinsY = 0
)

Parameters

aesRange AES

Data that the histogram will be based on

noBinsX size_t

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

noBinsY size_t

Optional number of bins for y axis. 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