aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-18 16:53:13 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-18 16:53:13 +0100
commit796fba5f7fa7514719d9c58c99cc2f41cf5ece47 (patch)
tree563410fca87b166115a6180ccc610fe7101424ac /scatterplot.h
parent47fa52be5f6ff645119eb1e6087d4f9d84822f5f (diff)
Scatterplot: added more padding so that no parts of the plot are cropped out by the screenshots.
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h2
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;