summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2014-11-09 09:07:36 +0100
committerHans de Graaff <hans@degraaff.org>2014-11-09 09:07:36 +0100
commit12494bc8236f663426c0f1babdb211c1aa8c947d (patch)
tree9eb90c95176a09375745351eb1a9b42a4fd1315c /ruby-stats
parentruby 2.1.3 patchset (diff)
downloadruby-scripts-12494bc8236f663426c0f1babdb211c1aa8c947d.tar.gz
ruby-scripts-12494bc8236f663426c0f1babdb211c1aa8c947d.tar.bz2
ruby-scripts-12494bc8236f663426c0f1babdb211c1aa8c947d.zip
Create a bit larger plot by default since the SVG can be scaled down easily.
Diffstat (limited to 'ruby-stats')
-rw-r--r--ruby-stats/plot2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby-stats/plot b/ruby-stats/plot
index 962734c..4528f26 100644
--- a/ruby-stats/plot
+++ b/ruby-stats/plot
@@ -1,4 +1,4 @@
-set terminal svg size 800,600 enhanced
+set terminal svg size 1024,768 enhanced
set termoption dashed
set output "targets.svg"