Skip to content

Commit

Permalink
[tools/progress-graph.pl] remove debugging output; use larger font on…
Browse files Browse the repository at this point in the history
… y axis
  • Loading branch information
moritz committed Jul 19, 2009
1 parent 630b0a0 commit d27f384
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/progress-graph.pl
Expand Up @@ -83,7 +83,6 @@ =head1 DESCRIPTION

my $last_date = $data[DATE][-1];

print scalar(@data), $/;
my $p = GD::Graph::bars->new(split m/x/, $size, 2);
no warnings 'qw';
$p->set(
Expand All @@ -99,7 +98,7 @@ =head1 DESCRIPTION

$p->set_legend('Pass', 'Fail', 'Todo', 'Regr', 'Spec');
$p->set_x_axis_font(gdSmallFont);
$p->set_y_axis_font(gdSmallFont);
$p->set_y_axis_font(gdLargeFont);

# determine a better y_max_value - GD::Graph wastes much space by default
my $round_to = 10 ** int(log10 $max) / 5;
Expand Down

0 comments on commit d27f384

Please sign in to comment.