[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Refractivity STD (%)",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,1.5329],
    [20,0.7665],
    [30,0.8193],
    [50,0.6918],
    [70,0.7457],
    [100,0.8710],
    [150,0.8184],
    [200,0.6283],
    [250,0.7050],
    [300,0.7993],
    [400,1.4032],
    [500,2.1472],
    [600,2.4752],
    [700,3.3547],
    [850,3.4819],
    [925,3.6980],
    [1000,4.3878]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,0.6739],
    [20,0.5626],
    [30,0.7160],
    [50,0.6117],
    [70,0.7452],
    [100,0.9009],
    [150,0.8274],
    [200,0.6405],
    [250,0.6961],
    [300,0.8072],
    [400,1.4919],
    [500,2.5144],
    [600,2.9769],
    [700,3.6677],
    [850,2.3316],
    [925,2.2160],
    [1000,null]
  ]}
  ]
}]
