[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Number of Observation",
"color": ["#FF9933","#0000B4"],
"content": [
  {"name": "GPSMETAS (UCAR dry)", "data":[
    [10,63],
    [20,63],
    [30,63],
    [50,63],
    [70,63],
    [100,63],
    [150,62],
    [200,62],
    [250,61],
    [300,60],
    [400,58],
    [500,53],
    [600,47],
    [700,26],
    [850,3],
    [925,1],
    [1000,1]
  ]},
  {"name": "GPSMETAS (UCAR wet)", "data":[
    [10,16],
    [20,63],
    [30,63],
    [50,63],
    [70,63],
    [100,63],
    [150,62],
    [200,62],
    [250,61],
    [300,60],
    [400,58],
    [500,53],
    [600,43],
    [700,25],
    [850,2],
    [925,1],
    [1000,null]
  ]}
  ]
}]
