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 8f2c8c4..d0153c0 100644
--- a/scatterplot.h
+++ b/scatterplot.h
@@ -18,6 +18,8 @@ public:
arma::mat XY() const;
void setColorScale(ColorScale *colorScale);
+ void setXY(const arma::mat &xy, bool updateView);
+ void setColorData(const arma::vec &colorData, bool updateView);
Q_INVOKABLE bool saveToFile(const QUrl &url);
signals: