hamsci_psws.goes.goes_plot

hamsci_psws.goes.goes_plot(goes_data, sTime=None, eTime=None, var_tags=['B_AVG'], labels=None, ymin=1e-09, ymax=0.01, legendSize=None, legendLoc=None, ax=None, **kwargs)[source]

Plot GOES X-Ray Data.

Parameters
  • goes_data (dict) – data dictionary returned by read_goes()

  • sTime (Optional[datetime.datetime]) – object for start of plotting.

  • eTime (Optional[datetime.datetime]) – object for end of plotting.

  • ymin (Optional[float]) – Y-Axis minimum limit

  • ymax (Optional[float]) – Y-Axis maximum limit

  • legendSize (Optional[int]) – Character size of the legend

  • legendLoc (Optional[ ]) –

  • ax (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