Changeset 30953
- Timestamp:
- Mar 17, 2011, 4:27:44 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/czarplot.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czarplot.pl
r30254 r30953 168 168 if ($rate) { 169 169 170 $plotter->createRateTimeSeries($label, $stage, $begin, $end, $rateInterval); 170 # default to a rate histogram if time series not selected 171 if (!$timeSeries) {$histogram = 1;} 172 $plotter->createRatePlot($label, $stage, $begin, $end, $rateInterval, $histogram, $timeSeries); 171 173 exit; 172 174 }
Note:
See TracChangeset
for help on using the changeset viewer.
