Changeset 29037
- Timestamp:
- Aug 24, 2010, 11:57:18 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Czarplot.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Czarplot.pm
r29036 r29037 261 261 if ($numOfPlots == 1) { 262 262 263 print GP "'" . $gnuplotFiles->{$stage} . "' using 1:4 title \"Processed\" with lines lt 2 ,";264 print GP "'" . $gnuplotFiles->{$stage} . "' using 1:2 title \"Pending\" with lines lt 4 ,";265 print GP "'" . $gnuplotFiles->{$stage} . "' using 1:3 title \"Faults\" with lines lt 7 ";263 print GP "'" . $gnuplotFiles->{$stage} . "' using 1:4 title \"Processed\" with lines lt 2 lw 2,"; 264 print GP "'" . $gnuplotFiles->{$stage} . "' using 1:2 title \"Pending\" with lines lt 4 lw 2,"; 265 print GP "'" . $gnuplotFiles->{$stage} . "' using 1:3 title \"Faults\" with lines lt 7 lw 2"; 266 266 } 267 267 # when plotting multiple stages, show only processed 268 268 else { 269 print GP "'" . $gnuplotFiles->{$stage} . "' using 1:4 title \"$stage\" with lines ";269 print GP "'" . $gnuplotFiles->{$stage} . "' using 1:4 title \"$stage\" with lines lw 2"; 270 270 } 271 271 $firstIn = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
