Skip to content

Visual/separation problems when using plotmatrix() #206

Closed
@xarico10

Description

@xarico10

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions