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
stem3() to plot a 3-D chart of discrete data points not working properly.
stem3()
X = linspace(-pi/2,pi/2,40); Z = cos(X); stem3(Z) fig2plotly(gcf, 'offline', false);
Expected and generated (https://chart-studio.plotly.com/~xarico10/635/#/) plots:
Examples on using stem3() can be found on: https://www.mathworks.com/help/matlab/ref/stem3.html#btrijff-1
The text was updated successfully, but these errors were encountered:
fix issue #236
0f79dfe
PR #344 fix this issue
Sorry, something went wrong.
gilbertogalvis
No branches or pull requests
stem3()
to plot a 3-D chart of discrete data points not working properly.Expected and generated (https://chart-studio.plotly.com/~xarico10/635/#/) plots:
Examples on using
stem3()
can be found on:https://www.mathworks.com/help/matlab/ref/stem3.html#btrijff-1
The text was updated successfully, but these errors were encountered: