mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps]Make the curve view margins customisable
Change-Id: I7a632ae9ad98ae0b92a2259fa8465c3aecfbf570
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace Statistics {
|
||||
|
||||
BoxView::BoxView(Data * data) :
|
||||
CurveView(&m_boxWindow),
|
||||
CurveView(&m_boxWindow, 0.0f, 0.2f, 0.4f, 0.2f),
|
||||
m_data(data),
|
||||
m_boxWindow(BoxWindow(data)),
|
||||
m_anyQuantileSelected(true),
|
||||
|
||||
Reference in New Issue
Block a user