[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Number of Observation",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,912],
    [20,912],
    [30,912],
    [50,912],
    [70,912],
    [100,909],
    [150,909],
    [200,908],
    [250,905],
    [300,902],
    [400,883],
    [500,822],
    [600,789],
    [700,711],
    [850,460],
    [925,302],
    [1000,37]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,912],
    [20,912],
    [30,912],
    [50,912],
    [70,912],
    [100,909],
    [150,909],
    [200,908],
    [250,905],
    [300,902],
    [400,882],
    [500,821],
    [600,787],
    [700,705],
    [850,454],
    [925,282],
    [1000,14]
  ]}
  ]
}]
