We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using scatter3() to plot scattered 3-D plots, empty figures are being generated instead.
scatter3()
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
The text was updated successfully, but these errors were encountered:
fix issue #191
87e0039
Merge pull request #222 from plotly/fixing_issue_191
b1b3317
gilbertogalvis
No branches or pull requests
When using
scatter3()
to plot scattered 3-D plots, empty figures are being generated instead.For example,
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
The text was updated successfully, but these errors were encountered: