plot_net_cre_contrib4set

nawdex_analysis.plot.stacked_analysis_plots.plot_net_cre_contrib4set(set_number, dset=None, plot_legend=True, plot_suptitle=True, **kwargs)

Convenience function to easily plot net CRE comparision.

Parameters:
  • set_number (int) – number of the analysis set to be plotted
  • dset (xarray dataset, optional, default = None) – to make fast plots input of data could be made externally and provide through this keyword
  • fig (pylab figure object, optional, default = None) – to provide an already existing figure where the plot is placed in if None: as new figure is created
  • ax (pylab axis object, optional, default = None) – to provide an already existing axis where the plot is placed in if None: as new axis is created
  • plot_legend (bool, optional, default = True) – switch if legend is plotted
  • xlim (tuple, optional, default = (-200, 200)) – default x-range
  • **kwargs (content of dict, optional) – keywords that are passed to vert_stacked_exp_plot
Returns:

Return type:

None