cascade.plot.pair_grid
- cascade.plot.pair_grid(data, weight=None, hist_kws=None, scatter_kws=None, **kwargs)[source]
Make a paired grid scatter plot, with histograms on the diagonal and correlation and mean squared error annotations on the upper triangle
- Parameters:
data (
DataFrame) – Data frameweight (
str|None) – Weight for computing correlation and mean squared errorhist_kws (
Mapping[str,Any] |None) – Keyword arguments forhistplot()scatter_kws (
Mapping[str,Any] |None) – Keyword arguments forscatterplot()**kwargs – Additional arguments are passed to
PairGrid
- Return type:
- Returns:
PairGrid object