[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Number of Observation",
"color": ["#FF9933","#0000B4"],
"content": [
  {"name": "GPSMETAS (UCAR dry)", "data":[
    [10,82],
    [20,82],
    [30,82],
    [50,82],
    [70,82],
    [100,82],
    [150,82],
    [200,81],
    [250,80],
    [300,80],
    [400,78],
    [500,64],
    [600,60],
    [700,40],
    [850,9],
    [925,3],
    [1000,2]
  ]},
  {"name": "GPSMETAS (UCAR wet)", "data":[
    [10,82],
    [20,82],
    [30,82],
    [50,82],
    [70,82],
    [100,82],
    [150,82],
    [200,81],
    [250,80],
    [300,80],
    [400,78],
    [500,63],
    [600,60],
    [700,39],
    [850,9],
    [925,3],
    [1000,null]
  ]}
  ]
}]
