radtraq.plotting.plot_self_consistency

radtraq.plotting.plot_self_consistency(obj, variables=None, thresh=None)[source]

Function for plotting self-consistency plots

Parameters:
  • object (Xarray.Dataset) – ACT object containing vertical point data

  • variables (dict) – Dictionary of variables to plot with format of {yvariable: {‘variable’: x-variable, ‘bin_width’: [1, 2], ‘linreg’: True}}

  • thresh (dict) – dictionary of variables to threshold the data from. For example thresh = {‘copol_correlation_coeff’: 0.99}

Returns:

ax – Returns the axis handle for additional updates if needed

Return type:

matplotlib ax handle