Skip to content

scatter3 not supported (printing empty figures) #191

Closed
@xarico10

Description

@xarico10

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

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