[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Number of Observation",
"color": ["#FF9933","#0000B4"],
"content": [
  {"name": "GPSMETAS (UCAR dry)", "data":[
    [10,16],
    [20,16],
    [30,16],
    [50,16],
    [70,16],
    [100,16],
    [150,16],
    [200,16],
    [250,16],
    [300,16],
    [400,14],
    [500,13],
    [600,11],
    [700,7],
    [850,2],
    [925,2],
    [1000,1]
  ]},
  {"name": "GPSMETAS (UCAR wet)", "data":[
    [10,5],
    [20,16],
    [30,16],
    [50,16],
    [70,16],
    [100,16],
    [150,16],
    [200,16],
    [250,16],
    [300,16],
    [400,14],
    [500,13],
    [600,10],
    [700,6],
    [850,2],
    [925,2],
    [1000,null]
  ]}
  ]
}]
