IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 11:13:49 AM (16 years ago)
Author:
rhenders
Message:

Now showing both to and from times in title

File:
1 edited

Legend:

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

    r28802 r28803  
    209209    else {$title = "'All stages'"}
    210210
     211    $title .= " for '$label' between '$fromTime' and '$toTime'";
     212
    211213    open (GP, "|/usr/bin/gnuplot -persist") or die "no gnuplot";
    212214    use FileHandle;
     
    216218        "set term $self->{_outputFormat};" .
    217219        "set output \"$outputFile\";" .
    218         "set title \"$title for '$label' since $fromTime\";" .
     220        "set title \"$title\";" .
    219221        "set key left top;" .
    220222        "set xdata time;" .
     
    265267        "set term $self->{_outputFormat};" .
    266268        "set output \"$outputFile\";" .
    267         "set title \"Processing status for '$label' since $fromTime\";" .
     269        "set title \"Processing status for '$label' from '$fromTime' to '$toTime'\";" .
    268270        "set grid;" .
    269271        "set boxwidth;" .
Note: See TracChangeset for help on using the changeset viewer.