From 3da39cf2b3e038ffd60048e6093550da09581516 Mon Sep 17 00:00:00 2001 From: snarkyboojum Date: Fri, 18 Jun 2010 11:44:29 +1000 Subject: [PATCH] Increase the width of the spectest progress graph Signed-off-by: Moritz Lenz --- tools/progress-graph.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/progress-graph.pl b/tools/progress-graph.pl index fead9d24a0b..ef0a1b196a0 100644 --- a/tools/progress-graph.pl +++ b/tools/progress-graph.pl @@ -48,7 +48,7 @@ =head1 DESCRIPTION use constant MAX_COL => 9; -my $size = '800x500'; +my $size = '850x500'; GetOptions 'size=s' => \$size, @@ -123,7 +123,7 @@ sub usage { Usage: $0 [--size XXXxYYY] [data_file [output_file]] Options - --size Size of the output image, default is 600x400 + --size Size of the output image, default is 850x500 USAGE exit 1; }