IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2010, 11:57:18 AM (16 years ago)
Author:
rhenders
Message:

Thicker lines on timescale plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/Czarplot.pm

    r29036 r29037  
    261261        if ($numOfPlots == 1) {
    262262
    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";
    266266        }
    267267        # when plotting multiple stages, show only processed
    268268        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";
    270270        }
    271271        $firstIn = 0;
Note: See TracChangeset for help on using the changeset viewer.