Closed
Description
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:
Examples on using scatter3()
can be found on:
https://www.mathworks.com/help/matlab/ref/scatter3.html#responsive_offcanvas
Metadata
Metadata
Assignees
Labels
No labels