Changeset 29585
- Timestamp:
- Oct 27, 2010, 12:37:38 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Plotter.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Plotter.pm
r29584 r29585 43 43 ########################################################################### 44 44 # 45 # Plots a time series for all stages for this label, b ith log and linear45 # Plots a time series for all stages for this label, both log and linear 46 46 # 47 47 ########################################################################### … … 92 92 "set xtics \"$minX\", $divX, \"$maxX\";" . 93 93 # "set xrange [\"$minX\":\"$maxX\"];" . 94 "set grid;" .95 94 "set boxwidth;" . 96 95 "set style data histogram;" . … … 314 313 ${$divX} = 86400; 315 314 } 315 # if less than 1 months's data is data plotted, show weekly ticks 316 elsif ($timeDiff < 2419200) { 317 318 ${$timeFormat} = "%m/%d"; 319 ${$divX} = 604800; 320 } 316 321 else { 317 322 318 ${$timeFormat} = "% m/%d";319 ${$divX} = 172800;323 ${$timeFormat} = "%b"; 324 ${$divX} = 2419200; 320 325 } 321 326 }
Note:
See TracChangeset
for help on using the changeset viewer.
