IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29036


Ignore:
Timestamp:
Aug 24, 2010, 9:21:29 AM (16 years ago)
Author:
rhenders
Message:

Changed colours on processing histogram to be the same as on cluster space histogram for consistency

File:
1 edited

Legend:

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

    r29024 r29036  
    346346        "set ylabel \"Exposures\";" .
    347347        "set boxwidth 0.75;" .
    348         "plot '$inputFile' using 2:xtic(1) title \"Faults\" lt 7, '' using 3 title \"Processed\" lt 2, '' using 4 title \"Pending\" lt 4;" .
     348        "plot '$inputFile' using 2:xtic(1) title \"Faults\" lt 1, '' using 3 title \"Processed\" lt 2, '' using 4 title \"Pending\" lt 7;" .
    349349        "\n";
    350350
Note: See TracChangeset for help on using the changeset viewer.