ark::plotting::AggregatedDataSeriesSamples
Defined in header “ark/plotting/data_series_store.hh”.
An aggregated data series sample. The data series system can automatically construct these to make analysis of large amounts of data easier.
Variables
-
double minimum_key
The key that this sample starts with. -
double maximum_key
The key that this sample ends with. -
double minimum_value
The minimum value in this bin. -
double maximum_value
The maximum value in this bin.