commit:     12494bc8236f663426c0f1babdb211c1aa8c947d
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Nov  9 08:07:36 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov  9 08:07:36 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=12494bc8

Create a bit larger plot by default since the SVG can be scaled down easily.

---
 ruby-stats/plot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"

Reply via email to