Skip to content

Commit

Permalink
(status2gnuplot) disable xtics default
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto-fujiwara committed Apr 16, 2018
1 parent a14ac5d commit 8fd0ba7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions status2gnuplot
Expand Up @@ -30,10 +30,10 @@ sub GenerateXtics ($@){
. substr($xtics[$index]->[1], 6, 2) . "\' "
. substr($xtics[$index]->[0], 0, 4) .', ' ;
}
} elsif ( $range < 180) {
} else {
$xtics = "'2015/01' 1, '2015/05' 100, '2015/10' 200, '2016/01' 300, '2016/05' 400, '2016/08' 500, '2016/12' 600, '2017/03' 690";
}
} # elsif ( $range < 180) {
# } else {
# $xtics = "'2015/01' 1, '2015/05' 100, '2015/10' 200, '2016/01' 300, '2016/05' 400, '2016/08' 500, '2016/12' 600, '2017/03' 690";
# }
return $xtics;
}
sub ReadFile($$@) {
Expand Down

0 comments on commit 8fd0ba7

Please sign in to comment.