mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
statistics: implement a box-and-whisker series
Implements a simple box-and-whisker series to display quartile based data. When hovering over a box-and-whiskers item the precise data of the quartiles is shown. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
ca572acb0d
commit
b0bdef469e
3 changed files with 228 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ include_directories(.
|
|||
set(SUBSURFACE_STATS_SRCS
|
||||
barseries.h
|
||||
barseries.cpp
|
||||
boxseries.h
|
||||
boxseries.cpp
|
||||
informationbox.h
|
||||
informationbox.cpp
|
||||
legend.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue