Skip to content

scatter3 not supported (printing empty figures) #191

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 26, 2021 · 0 comments
Closed

scatter3 not supported (printing empty figures) #191

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

Comments

@xarico10
Copy link
Contributor

xarico10 commented Jul 26, 2021

When using scatter3() to plot scattered 3-D plots, empty figures are being generated instead.

For example,

figure
[X,Y,Z] = sphere(16);
x = [0.5*X(:); 0.75*X(:); X(:)];
y = [0.5*Y(:); 0.75*Y(:); Y(:)];
z = [0.5*Z(:); 0.75*Z(:); Z(:)];
scatter3(x,y,z)

fig2plotly();

Expected and generated (https://chart-studio.plotly.com/~xarico10/439/#/) plots:
Captura de Pantalla 2021-07-26 a la(s) 12 58 40 p  m
Captura de Pantalla 2021-07-26 a la(s) 12 58 53 p  m

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

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