act.plotting.SkewTDisplay.add_stability_info

SkewTDisplay.add_stability_info(temp_name='tdry', td_name='dp', p_name='pres', overwrite_data=None, add_data=None, set_fig=None, set_axes=None, dsname=None)[source]

This plot will make a sounding plot from wind data that is given in speed and direction.

Parameters:
  • temp_name (str) – The name of the temperature field.

  • td_name (str) – The name of the dewpoint field.

  • p_name (str) – The name of the pressure field.

  • overwrite_data (dict) – A disctionary of variables/values to write out instead of the ones calculated by MetPy. Needs to be of the form .. code-block:: python

    overwrite_data={‘LCL’: 234, ‘CAPE’: 25} …

  • add_data (dict) – A dictionary of variables and values to write out in addition to the MetPy calculated ones

  • set_fig (matplotlib figure, optional) – The figure to plot on

  • set_axes (matplotlib axes, optional) – The specific axes to plot on

  • dsname (str) – Name of the datastream to plot if multiple in the plot object

Returns:

self.axes (matplotlib axes)