IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29584


Ignore:
Timestamp:
Oct 27, 2010, 12:11:31 PM (16 years ago)
Author:
rhenders
Message:

Colour change

File:
1 edited

Legend:

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

    r29437 r29584  
    375375            print GP "'" . $gnuplotFiles->{$stage} . "' using 1:2 title \"Pending\" with lines lt 4 lw 2,";
    376376            print GP "'" . $gnuplotFiles->{$stage} . "' using 1:4 title \"Processed\" with lines lt 2 lw 2,";
    377             print GP "'" . $gnuplotFiles->{$stage} . "' using 1:3 title \"Faults\" with lines lt 7 lw 2";
     377            print GP "'" . $gnuplotFiles->{$stage} . "' using 1:3 title \"Faults\" with lines lt 1 lw 2";
    378378        }
    379379        # when plotting multiple stages, show only processed
Note: See TracChangeset for help on using the changeset viewer.