plot_scre_lcre4set¶
-
nawdex_analysis.plot.stacked_analysis_plots.plot_scre_lcre4set(set_number, dset=None, fig=None, ax=None, plot_legend=True, xlim=(-200, 200), **kwargs)¶ Convenience function to easily plot shortwave vs. longwave 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