Skip to content

Transparency MarkerFaceAlpha and MarkerEdgeAlpha Name-Value arguments not working #190

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

Open
xarico10 opened this issue Jul 26, 2021 · 0 comments
Assignees
Labels
⭐⭐⭐ multiplier Issues that could close multiple related issues at once

Comments

@xarico10
Copy link
Contributor

xarico10 commented Jul 26, 2021

Code:

rng(1)
x1 = ones(1,500);
x2 = 2 * ones(1,500);
x = [x1 x2];
y1 = 2 * randn(1,500);
y2 = [randn(1,250) randn(1,250) + 4];
y = [y1 y2];
swarmchart(x,y,'filled','MarkerFaceAlpha',0.5,'MarkerEdgeAlpha',0.5)

fig2plotly();

The previous code should plot clearer edges and fill color in the markers, however, is not.

Expected and generated (https://chart-studio.plotly.com/~xarico10/431/#/) plots:
Captura de Pantalla 2021-07-26 a la(s) 12 41 23 p  m
Captura de Pantalla 2021-07-26 a la(s) 12 41 36 p  m

An example on using these Name-Value arguments can be found on:
https://www.mathworks.com/help/matlab/ref/swarmchart.html#mw_bcfda3c4-f6bc-408d-b72f-b456acbc77f0

@xarico10 xarico10 added the ⭐⭐⭐ multiplier Issues that could close multiple related issues at once label Aug 2, 2021
@harshpurwar harshpurwar self-assigned this Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐⭐⭐ multiplier Issues that could close multiple related issues at once
Projects
None yet
Development

No branches or pull requests

3 participants