IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37141 for tags/ipp-20130712


Ignore:
Timestamp:
Jul 29, 2014, 3:13:45 PM (12 years ago)
Author:
watersc1
Message:

Added yrange calls to the nebulous disk histograms. If we end up
getting larger disks in the future, this will need to be augmented.

search for "yrange [:100]"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/ippMonitor/czartool/czartool/Plotter.pm

    r35742 r37141  
    671671        "set ylabel \"Space (TB)\";" .
    672672        "set xtic rotate by -90 scale 0;" .
     673        "set yrange [:100];" .
    673674        "plot '".$tmpFile->filename."' " .
    674675        "using 2:xtic(1) t \"Used\" lt 7," .
     
    715716        "set style data histograms;" .
    716717        "set ylabel \"Space (TB)\";" .
     718        "set yrange [:100];" .
    717719        "set xtic rotate by -90 scale 0;" .
    718720        "plot '".$tmpFile->filename."' " .
Note: See TracChangeset for help on using the changeset viewer.