I'm trying to plot a correlation matrix.
On the one side, there should be a graph scatter plot, on the other side the correlation value of two crossed values.
All I know is the pair grid from seaborn. But it doesn't show the correlation value, it has only scatter plot.
Maybe somebody knows Python equivalent of the R ?
library(PerformanceAnalytics)
chart.Correlation(mydata)