hamsci_psws.goes.goes_plot_hr¶
- hamsci_psws.goes.goes_plot_hr(goes_data, ax, var_tags=['B_AVG'], xkey='ut_hr', xlim=(0, 24), ymin=1e-09, ymax=0.01, legendSize=10, legendLoc=None, labels=None, **kwargs)[source]¶
Plot GOES X-Ray Data.
- Parameters
goes_data (dict) – data dictionary returned by read_goes()
ax (matplotlib.axes) –
var_tags (List of variables, i.e. ['A_AVG','B_AVG']) – ‘A_AVG’ –> X-Ray (0.05-0.4 nm) Irradiance [W/m^2] ‘B_AVG’ –> X-Ray (0.1 -0.8 nm) Irradiance [W/m^2]
ymin (Optional[float]) – Y-Axis minimum limit
ymax (Optional[float]) – Y-Axis maximum limit
legendSize (Optional[int]) – Character size of the legend
legendLoc (Optional[ ]) –
- Returns
fig – matplotlib figure object that was plotted to
- Return type
matplotlib.figure
Notes
If a matplotlib figure currently exists, it will be modified by this routine. If not, a new one will be created.
Written by Nathaniel Frissell 2014 Sept 06