Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[tools/progress-graph.pl] better label spacing
  • Loading branch information
Moritz Lenz committed Jun 22, 2009
1 parent 6eb3554 commit 0677565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/progress-graph.pl
Expand Up @@ -90,7 +90,7 @@ =head1 DESCRIPTION
x_label => 'Date',
y_label => 'Tests',
title => 'Rakudo Spectest Progress',
x_label_skip => 7,
x_label_skip => int($rows / 20),
x_labels_vertical => 1,
cumulate => 1,
borderclrs => [undef],
Expand Down

0 comments on commit 0677565

Please sign in to comment.