diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-01-18 16:53:13 +0100 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-01-18 16:53:13 +0100 |
commit | 796fba5f7fa7514719d9c58c99cc2f41cf5ece47 (patch) | |
tree | 563410fca87b166115a6180ccc610fe7101424ac | |
parent | 47fa52be5f6ff645119eb1e6087d4f9d84822f5f (diff) |
Scatterplot: added more padding so that no parts of the plot are cropped out by the screenshots.
-rw-r--r-- | scatterplot.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |