environmentaltools.graphics.nonstationary_cdf_ensemble

environmentaltools.graphics.nonstationary_cdf_ensemble(data: DataFrame, variable: str, ax=None, marker: str = '.', file_name: str = None)[source]

Plots the time variation of given percentiles of data and the theoretical function if provided

Parameters:
  • data (*) – raw time series

  • variable (*) – name of the variable to be adjusted

  • ax (*) – axis for the plot

  • marker (*) – symbol feature of the plot

  • file_name (*) – name of the file to save the plot or None to see plots on the screen. Defaults to None.

Returns:

axis for the plot

Return type:

  • ax (matplotlib.axis)