IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ippMonitor/scripts/build_histogram.dvo

    r28439 r28794  
    3737  plot dx vhist -x 1 -c blue
    3838  $binsCount = dx[]
    39   myecho "  Labeling"
    40   myecho "    -x $3"
     39  strsub $3 "_" "\\\\_" -var xLabel
     40  myecho "  Labelling"
     41  myecho "    -x $xLabel"
    4142  myecho "    -y Occurrences "
    42   myecho "    +x 'Histogram of $3 "
     43  myecho "    +x 'Histogram of $xLabel "
    4344  myecho "           interval = $minvalue : $maxvalue "
    4445  myecho "           / $binsCount bins"
    4546  myecho "           / bin width: $delta)'"
    46   labels -x $3
     47  labels -x $xLabel
    4748  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"
    4950
    5051  myecho "Saving graphics to [$2]"
Note: See TracChangeset for help on using the changeset viewer.