IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

More improvements to titles

File:
1 edited

Legend:

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

    r28803 r28804  
    206206
    207207    # sort out plot title
    208     if ($numOfPlots == 1) {foreach my $stage (keys %$gnuplotFiles) { $title = "'".$stage."'";}}
     208    if ($numOfPlots == 1) {foreach my $stage (keys %$gnuplotFiles) {$title = "'".$stage."'";}}
    209209    else {$title = "'All stages'"}
    210210
    211     $title .= " for '$label' between '$fromTime' and '$toTime'";
     211    $title .= " for '$label', '$fromTime' to '$toTime'";
    212212
    213213    open (GP, "|/usr/bin/gnuplot -persist") or die "no gnuplot";
     
    267267        "set term $self->{_outputFormat};" .
    268268        "set output \"$outputFile\";" .
    269         "set title \"Processing status for '$label' from '$fromTime' to '$toTime'\";" .
     269        "set title \"'$label', '$fromTime' to '$toTime'\";" .
    270270        "set grid;" .
    271271        "set boxwidth;" .
Note: See TracChangeset for help on using the changeset viewer.