Skip to content

Visual/separation problems when using plotmatrix() #206

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 27, 2021 · 0 comments · Fixed by #213
Closed

Visual/separation problems when using plotmatrix() #206

xarico10 opened this issue Jul 27, 2021 · 0 comments · Fixed by #213
Assignees

Comments

@xarico10
Copy link
Contributor

When using plotmatrix() to create a matrix of subaxes containing scatter plots of the columns of X against the columns of Y, there's no separation within each scatter plot and all of them are being plotted in the same grid. Also, as LineSpec parameter isn't working to change de color (#187), there's no way of forcing all scatter plots to have the same marker color.

rng(1)
X = randn(50,3);
Y = reshape(1:150,50,3);  
plotmatrix(X,Y)

fig2plotly(); 

Expected and generated (https://chart-studio.plotly.com/~xarico10/521/#/) plot:
Captura de Pantalla 2021-07-27 a la(s) 6 54 55 p  m
Captura de Pantalla 2021-07-27 a la(s) 6 55 08 p  m

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

@xarico10 xarico10 changed the title Rendering problems when using plotmatrix() Visual/separation problems when using plotmatrix() Jul 27, 2021
@harshpurwar harshpurwar self-assigned this Jul 29, 2021
@harshpurwar harshpurwar linked a pull request Jul 29, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants