metobs_toolkit.analysis.Analysis.plot_correlation_variation#

Analysis.plot_correlation_variation(title=None)[source]#

Create correlation scatter plot.

Make a scatter plot of the correlations to visualise differences between multiple group values.

Group values are represented by the horizontal axes, and correlations on the vertical axe.

All correlations, that are not constant, are plotted as scatters with unique colors.

The scatter marker indicates the p-value of the correlations.

Parameters:

title (str, optional) – Title of the figure. If None, a default title is constructed. The default is None.

Return type:

None.

Note

If to many possible group values exist, one can use the apply_filter() method to reduce the group values.