Changeset 29710
- Timestamp:
- Nov 8, 2010, 3:16:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Plotter.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Plotter.pm
r29706 r29710 391 391 # loop through stages array so that they are ordered properly (not maintained in hash) 392 392 foreach my $stage (@allStages) { 393 394 if(!$gnuplotFiles->{$stage}) {next;} 393 395 if (!$firstIn) {print GP ",";} 394 396 395 if(!$gnuplotFiles->{$stage}) {next;}396 397 # for single stage plots, show pending/processed/faults 397 398 if ($numOfPlots == 1) {
Note:
See TracChangeset
for help on using the changeset viewer.
