Changeset 28601 for trunk/ippMonitor/scripts/build_histogram.dvo
- Timestamp:
- Jul 2, 2010, 3:30:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/scripts/build_histogram.dvo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/scripts/build_histogram.dvo
r28433 r28601 37 37 plot dx vhist -x 1 -c blue 38 38 $binsCount = dx[] 39 myecho " Labeling" 40 myecho " -x $3" 39 strsub $3 "_" "\\\\_" -var xLabel 40 myecho " Labelling" 41 myecho " -x $xLabel" 41 42 myecho " -y Occurrences " 42 myecho " +x 'Histogram of $ 3"43 myecho " +x 'Histogram of $xLabel " 43 44 myecho " interval = $minvalue : $maxvalue " 44 45 myecho " / $binsCount bins" 45 46 myecho " / bin width: $delta)'" 46 labels -x $ 347 labels -x $xLabel 47 48 labels -y Occurrences 48 labels +x "Histogram of $ 3/ interval = $minvalue : $maxvalue / $binsCount bins / bin width: $delta"49 labels +x "Histogram of $xLabel / interval = $minvalue : $maxvalue / $binsCount bins / bin width: $delta" 49 50 50 51 myecho "Saving graphics to [$2]"
Note:
See TracChangeset
for help on using the changeset viewer.
