[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Number of Observation",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [1,145],
    [2,145],
    [3,145],
    [5,145],
    [7,145],
    [10,145],
    [20,145],
    [30,145],
    [50,145],
    [70,145],
    [100,144],
    [125,144],
    [150,144],
    [175,144],
    [200,144],
    [225,144],
    [250,144],
    [300,144],
    [350,142],
    [400,140],
    [450,133],
    [500,124],
    [550,120],
    [600,113],
    [650,94],
    [700,74],
    [750,57],
    [775,43],
    [800,32],
    [825,22],
    [850,14],
    [875,12],
    [900,9],
    [925,8],
    [950,6],
    [975,4],
    [1000,2]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [1,null],
    [2,null],
    [3,null],
    [5,null],
    [7,null],
    [10,45],
    [20,145],
    [30,145],
    [50,145],
    [70,145],
    [100,144],
    [125,144],
    [150,144],
    [175,144],
    [200,144],
    [225,144],
    [250,144],
    [300,144],
    [350,142],
    [400,140],
    [450,133],
    [500,123],
    [550,120],
    [600,110],
    [650,87],
    [700,68],
    [750,48],
    [775,39],
    [800,26],
    [825,17],
    [850,12],
    [875,10],
    [900,7],
    [925,5],
    [950,4],
    [975,3],
    [1000,null]
  ]}
  ]
}]
