<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="gmail_default" style="font-size:small"><big>Hi,<br>
        I would like to generate a histogram plot with precip 5 precip
        bins along the x-axis.   Below I sum up the points with precip
        between .01 and 0.1" (the first bin)  summ over t=1 and t=2.  A
        similar calculation would be done for the remaining 4 precip
        bins.  I tried plotting this one bar and I get nothing.  What am
        I doing wrong and what's the best way to resolve this?    <br>
        <br>
      </big></div>
    <div class="gmail_default" style="font-size:small"><big>Eric<br>
      </big></div>
    <br>
    <br>
    'set t 1 2'<br>
    'set lat 33.66 37.02'<br>
    'set lon -101.54 -94.36'<br>
    'pin=apcpsfc/25.4'<br>
    'bin1=const(const(maskout(maskout(pin,pin-0.0099),0.1-pin),1),0,-u)'<br>
    <div class="gmail_default" style="font-size:small"><big>'summ=asumg(bin1,lon=-101.54,</big><wbr><big>lon=-94.36,lat=33.66,lat=37.</big><wbr><big>02)'</big><br>
      <br>
      <big>'set gxout bar'<br>
        <br>
        'set x 1'<br>
        'set y 1'<br>
        'set z 1'<br>
        <br>
        'd sum(summ,t=1,t=2)'</big></div>
  </body>
</html>