9.4. copro.plots.correlation_matrix

copro.plots.correlation_matrix(df, **kwargs)[source]

Plots the correlation matrix of a dataframe.

Parameters

df (dataframe) – dataframe containing columns to be correlated.

Kwargs:

Seaborn-supported keyword arguments.

Returns

Matplotlib axis object.

Return type

ax