Skip to content

Correlation matrix not working properly when using plotmatrix(X) #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xarico10 opened this issue Jul 28, 2021 · 0 comments
Closed

Correlation matrix not working properly when using plotmatrix(X) #207

xarico10 opened this issue Jul 28, 2021 · 0 comments
Assignees

Comments

@xarico10
Copy link
Contributor

xarico10 commented Jul 28, 2021

When calling plotmatrix(X) to create a matrix of subaxes containing scatter plots of every X variable against the rest, and containing an histogram on the diagonal, apart from the visual issue (#206), such histogram isn't being plotted and a self-related scatter chart is being plotted on the diagonal (which makes no sense).

X = randn(50,3);  
plotmatrix(X)

Expected and generated (https://chart-studio.plotly.com/~xarico10/523/#/) plots
Captura de Pantalla 2021-07-27 a la(s) 7 01 22 p  m
Captura de Pantalla 2021-07-27 a la(s) 7 01 38 p  m

Examples on using plotmatrix(X) can be found on:
https://www.mathworks.com/help/matlab/ref/plotmatrix.html#btse92g-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants