mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add back central line for linear regression
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
d6712bc5ac
commit
25cfd852b9
2 changed files with 10 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ private:
|
|||
// A regression line
|
||||
struct RegressionLine {
|
||||
std::unique_ptr<QGraphicsPolygonItem> item;
|
||||
std::unique_ptr<QGraphicsPolygonItem> central;
|
||||
StatsAxis *xAxis, *yAxis;
|
||||
const struct regression_data reg;
|
||||
void updatePosition();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue