[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Number of Observation",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [1,64],
    [2,64],
    [3,64],
    [5,64],
    [7,64],
    [10,64],
    [20,64],
    [30,64],
    [50,64],
    [70,64],
    [100,64],
    [125,64],
    [150,64],
    [175,64],
    [200,64],
    [225,64],
    [250,64],
    [300,63],
    [350,62],
    [400,61],
    [450,60],
    [500,55],
    [550,53],
    [600,52],
    [650,49],
    [700,44],
    [750,37],
    [775,31],
    [800,28],
    [825,26],
    [850,24],
    [875,21],
    [900,15],
    [925,12],
    [950,12],
    [975,10],
    [1000,9]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [1,null],
    [2,null],
    [3,null],
    [5,null],
    [7,null],
    [10,7],
    [20,64],
    [30,64],
    [50,64],
    [70,64],
    [100,64],
    [125,64],
    [150,64],
    [175,64],
    [200,64],
    [225,64],
    [250,64],
    [300,63],
    [350,62],
    [400,61],
    [450,60],
    [500,55],
    [550,53],
    [600,52],
    [650,49],
    [700,44],
    [750,34],
    [775,31],
    [800,28],
    [825,24],
    [850,19],
    [875,17],
    [900,13],
    [925,10],
    [950,9],
    [975,5],
    [1000,null]
  ]}
  ]
}]
