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