Skip to content
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

Changing marker symbol on scatter plots not supported #177

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

Changing marker symbol on scatter plots not supported #177

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

Comments

@xarico10
Copy link
Contributor

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

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