Changeset 28804
- Timestamp:
- Jul 30, 2010, 11:58:17 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Czarplot.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Czarplot.pm
r28803 r28804 206 206 207 207 # 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."'";}} 209 209 else {$title = "'All stages'"} 210 210 211 $title .= " for '$label' between '$fromTime' and'$toTime'";211 $title .= " for '$label', '$fromTime' to '$toTime'"; 212 212 213 213 open (GP, "|/usr/bin/gnuplot -persist") or die "no gnuplot"; … … 267 267 "set term $self->{_outputFormat};" . 268 268 "set output \"$outputFile\";" . 269 "set title \" Processing status for '$label' from'$fromTime' to '$toTime'\";" .269 "set title \"'$label', '$fromTime' to '$toTime'\";" . 270 270 "set grid;" . 271 271 "set boxwidth;" .
Note:
See TracChangeset
for help on using the changeset viewer.
