Skip to content

Changing marker symbol on scatter plots not supported #177

Closed
@xarico10

Description

@xarico10

Specifying a marker type using mkr input argument on scatter plots doesn't work:

For example:

rng(1)
theta = linspace(0,2*pi,20);
x = sin(theta) + 0.75*rand(1,20);
y = cos(theta) + 0.75*rand(1,20);  
sz = 140;
scatter(x,y,sz,'d')

fig2plotly();

Previous code only places one specified marker symbol (diamond) at coordinates (0.3, 1.6).

Expected and generated (https://chart-studio.plotly.com/~xarico10/303/#/) plots:

Captura de Pantalla 2021-07-25 a la(s) 7 21 32 p  m

Captura de Pantalla 2021-07-25 a la(s) 7 22 30 p  m

Examples on using input argument mkr can be found on:
https://www.mathworks.com/help/matlab/ref/scatter.html#btrli6p-1_1

Metadata

Metadata

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