Changeset 28803 for trunk/tools/czartool/Czarplot.pm
- Timestamp:
- Jul 30, 2010, 11:13:49 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Czarplot.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Czarplot.pm
r28802 r28803 209 209 else {$title = "'All stages'"} 210 210 211 $title .= " for '$label' between '$fromTime' and '$toTime'"; 212 211 213 open (GP, "|/usr/bin/gnuplot -persist") or die "no gnuplot"; 212 214 use FileHandle; … … 216 218 "set term $self->{_outputFormat};" . 217 219 "set output \"$outputFile\";" . 218 "set title \"$title for '$label' since $fromTime\";" .220 "set title \"$title\";" . 219 221 "set key left top;" . 220 222 "set xdata time;" . … … 265 267 "set term $self->{_outputFormat};" . 266 268 "set output \"$outputFile\";" . 267 "set title \"Processing status for '$label' since $fromTime\";" .269 "set title \"Processing status for '$label' from '$fromTime' to '$toTime'\";" . 268 270 "set grid;" . 269 271 "set boxwidth;" .
Note:
See TracChangeset
for help on using the changeset viewer.
