From 452e0de891d30d8bc4a94d77f731a40e1d820049 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 23 Jan 2007 21:57:57 +0000 Subject: [PATCH] b=10958 fix dual ranging "feature" --- lustre-iokit/sgpdd-survey/plot-sgpdd | 3 --- 1 file changed, 3 deletions(-) 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; } -- 1.8.3.1