summaryrefslogtreecommitdiff
path: root/benchmark/scatter.R
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/scatter.R')
-rw-r--r--benchmark/scatter.R1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/scatter.R b/benchmark/scatter.R
index 10e099e430..1574987aeb 100644
--- a/benchmark/scatter.R
+++ b/benchmark/scatter.R
@@ -79,6 +79,7 @@ if (!is.null(plot.filename)) {
width=.1, na.rm=TRUE
);
p = p + geom_point();
+ p = p + geom_line();
p = p + ylab("rate of operations (higher is better)");
p = p + ggtitle(dat[1, 1]);
ggsave(plot.filename, p);