Changeset 29618
- Timestamp:
- Oct 29, 2010, 3:42:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Plotter.pm (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Plotter.pm
r29585 r29618 83 83 use FileHandle; 84 84 GP->autoflush(1); 85 86 if ($self->{_outputFormat} ne "X11") {print GP "set output \"$outputFile\";";} 87 85 88 print GP 86 89 "set term $self->{_outputFormat};" . 87 "set output \"$outputFile\";" .88 90 "set title \"'$label', '$selectedStage' during '$beginTime' to '$endTime'\";" . 89 91 #"set xdata time;" . … … 234 236 else {$maxY = $maxY*1.1;} 235 237 238 239 if ($self->{_outputFormat} ne "X11") {print GP "set output \"$outputFile\";";} 236 240 print GP 237 241 "set term $self->{_outputFormat};" . 238 "set output \"$outputFile\";" .239 242 "set title \"'$label', '$beginTime' to '$endTime'\";" . 240 243 "set grid;" . … … 319 322 ${$divX} = 604800; 320 323 } 324 # otherwise, show monthly ticks 321 325 else { 322 326 … … 357 361 GP->autoflush(1); 358 362 363 if ($self->{_outputFormat} ne "X11") {print GP "set output \"$outputFile\";";} 359 364 print GP 360 365 "set term $self->{_outputFormat};" . 361 "set output \"$outputFile\";" .362 366 "set title \"$title\";" . 363 367 "set key left top;" . … … 423 427 GP->autoflush(1); 424 428 429 if ($self->{_outputFormat} ne "X11") {print GP "set output \"$outputFile\";";} 425 430 print GP 426 431 "set term $self->{_outputFormat};" . 427 "set output \"$outputFile\";" .428 432 "set title \"Total available cluster space over time\";" . 429 433 "set key left top;" . … … 464 468 GP->autoflush(1); 465 469 470 if ($self->{_outputFormat} ne "X11") {print GP "set output \"$outputFile\";";} 466 471 print GP 467 472 "set term $self->{_outputFormat};" . 468 "set output \"$outputFile\";" .469 473 "set title \"Nebulous disk use across IPP cluster ($totalPercent of total allocated)\";" . 470 474 "set style fill solid 1.00 border -1;" .
Note:
See TracChangeset
for help on using the changeset viewer.
