aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scatterplot.h b/scatterplot.h
index 656ed09..f577819 100644
--- a/scatterplot.h
+++ b/scatterplot.h
@@ -25,6 +25,8 @@ public:
void setAutoScale(bool autoScale);
Q_INVOKABLE bool saveToFile(const QUrl &url);
+ static const int PADDING = 10;
+
signals:
void xyChanged(const arma::mat &XY) const;
void xyInteractivelyChanged(const arma::mat &XY) const;