From 796fba5f7fa7514719d9c58c99cc2f41cf5ece47 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Mon, 18 Jan 2016 16:53:13 +0100 Subject: Scatterplot: added more padding so that no parts of the plot are cropped out by the screenshots. --- scatterplot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scatterplot.h') diff --git a/scatterplot.h b/scatterplot.h index d17341e..c15215b 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -28,7 +28,7 @@ public: Q_INVOKABLE float glyphSize() const { return m_glyphSize; } - static const int PADDING = 10; + static const int PADDING = 20; signals: void xyChanged(const arma::mat &XY) const; -- cgit v1.2.3