subsurface/stats
Berthold Stoeger b5c8d0dbb4 statistics: fix range in categorical axes
The range for a one-bin chart is [-0.5,0.5], thus the range
in an n-bin chart is [-0.5,n-0.5], not [-0.5,n+0.5].

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2021-01-09 14:25:02 -08:00
..
qml statistics: implement StatsView 2021-01-02 11:04:03 -08:00
barseries.cpp statistics: replace QtCharts' axes 2021-01-06 12:31:22 -08:00
barseries.h statistics: replace QtCharts' axes 2021-01-06 12:31:22 -08:00
boxseries.cpp statistics: replace QtCharts' axes 2021-01-06 12:31:22 -08:00
boxseries.h statistics: replace QtCharts' axes 2021-01-06 12:31:22 -08:00
chartlistmodel.cpp statistics: charts drop down looks better with smaller icons 2021-01-03 13:56:01 -08:00
chartlistmodel.h statistics: add a model that describes a list of charts 2021-01-03 13:41:15 -08:00
CMakeLists.txt statistics: paint custom grid 2021-01-06 12:31:22 -08:00
informationbox.cpp statistics: improve placement of info-box 2021-01-06 12:31:22 -08:00
informationbox.h statistics: use RoundRectItem for legend and info-box 2021-01-03 13:56:05 -08:00
legend.cpp statistics: use RoundRectItem for legend and info-box 2021-01-03 13:56:05 -08:00
legend.h statistics: use RoundRectItem for legend and info-box 2021-01-03 13:56:05 -08:00
pieseries.cpp statistics: replace QtCharts' axes 2021-01-06 12:31:22 -08:00
pieseries.h statistics: implement pie series 2021-01-02 11:04:03 -08:00
scatterseries.cpp statistics: replace QtCharts' axes 2021-01-06 12:31:22 -08:00
scatterseries.h statistics: replace QtCharts' axes 2021-01-06 12:31:22 -08:00
statsaxis.cpp statistics: fix range in categorical axes 2021-01-09 14:25:02 -08:00
statsaxis.h statistics: fix chart features: regression line and median/mean 2021-01-06 12:31:22 -08:00
statscolors.cpp statistics: add color-related functions 2021-01-01 21:10:10 +01:00
statscolors.h statistics: paint custom grid 2021-01-06 12:31:22 -08:00
statsgrid.cpp statistics: paint custom grid 2021-01-06 12:31:22 -08:00
statsgrid.h statistics: paint custom grid 2021-01-06 12:31:22 -08:00
statsseries.cpp statistics: replace QtCharts' axes 2021-01-06 12:31:22 -08:00
statsseries.h statistics: replace QtCharts' axes 2021-01-06 12:31:22 -08:00
statsstate.cpp statistics: don't reset binner if binner is set 2021-01-03 15:41:36 -08:00
statsstate.h statistics: reverse chart selection logic 2021-01-03 13:41:15 -08:00
statstranslations.h statistics: add statistic variables 2021-01-01 21:10:10 +01:00
statsvariables.cpp statistics: add a dive-# variable 2021-01-09 14:17:56 -08:00
statsvariables.h statistics: add statistic variables 2021-01-01 21:10:10 +01:00
statsview.cpp statistics: fix chart features: regression line and median/mean 2021-01-06 12:31:22 -08:00
statsview.h statistics: fix chart features: regression line and median/mean 2021-01-06 12:31:22 -08:00
zvalues.h statistics: paint custom grid 2021-01-06 12:31:22 -08:00