IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2010, 11:09:11 AM (16 years ago)
Author:
rhenders
Message:

support for log/linear plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/czartool_getplot.php

    r28861 r29260  
    1515$label = $_GET[label];
    1616$stage = $_GET[stage];
     17$plottype = $_GET[plottype];
    1718
    1819if ($type=="t")
    19 $filePath = "/tmp/czarplot_".$label."_".$stage."_".$type.".png";
     20$filePath = "/tmp/czarplot_".$plottype."_".$label."_".$stage."_".$type.".png";
    2021else if ($type=="h")
    21 $filePath = "/tmp/czarplot_".$label."_all_stages_".$type.".png";
     22$filePath = "/tmp/czarplot_".$plottype."_".$label."_all_stages_".$type.".png";
    2223else if ($type=="s")
    2324$filePath = "/tmp/czarplot_hosts_space.png";
     
    2930}
    3031
     32
    3133exit();
    3234
Note: See TracChangeset for help on using the changeset viewer.