From: nathan Date: Tue, 23 Jan 2007 21:57:57 +0000 (+0000) Subject: b=10958 X-Git-Tag: 1.4.10~189 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=452e0de891d30d8bc4a94d77f731a40e1d820049;p=fs%2Flustre-release.git b=10958 fix dual ranging "feature" --- diff --git a/lustre-iokit/sgpdd-survey/plot-sgpdd b/lustre-iokit/sgpdd-survey/plot-sgpdd index 542b1da..06a5eb7 100755 --- a/lustre-iokit/sgpdd-survey/plot-sgpdd +++ b/lustre-iokit/sgpdd-survey/plot-sgpdd @@ -59,9 +59,6 @@ sub write_scr_file() { $xrange = 1; # generate instructions for gnuplot, with adjusting X-axes ranges for ($j = 1; $j <= $thread ; $j = $j + $j) { - if ($j > 15 ) { - $xrange = 2; - } if ($op eq "wr") { printf SCRFILE "$plot \"$file-$rsz-$op.dat\" using 1:$i axes x%dy1 title \"write$j\" with line\n", $xrange; }