IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40630


Ignore:
Timestamp:
Feb 25, 2019, 10:01:57 AM (7 years ago)
Author:
eugene
Message:

extend plotting range for new volumes

File:
1 edited

Legend:

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

    r40088 r40630  
    709709        "set ylabel \"Space (TB)\";" .
    710710        "set xtic rotate by -90 scale 0;" .
    711         "set yrange [:100];" .
     711        "set yrange [:180];" .
    712712        "plot '".$tmpFile->filename."' " .
    713713        "using 2:xtic(1) t \"Used\" lt 7," .
     
    754754        "set style data histograms;" .
    755755        "set ylabel \"Space (TB)\";" .
    756         "set yrange [:100];" .
     756        "set yrange [:180];" .
    757757        "set xtic rotate by -90 scale 0;" .
    758758        "plot '".$tmpFile->filename."' " .
Note: See TracChangeset for help on using the changeset viewer.