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 spy() the y-axis is being plotted starting on 0 and increasingly (starting in 0 and going up), not decreasingly as in MATLAB:
spy()
B = bucky; spy(B) fig2plotly();
Expected and generated (https://chart-studio.plotly.com/~xarico10/357/#/) plots:
Examples on using spy() can be found on: https://www.mathworks.com/help/matlab/ref/spy.html#responsive_offcanvas
The text was updated successfully, but these errors were encountered:
gilbertogalvis
No branches or pull requests
When using
spy()
the y-axis is being plotted starting on 0 and increasingly (starting in 0 and going up), not decreasingly as in MATLAB:Expected and generated (https://chart-studio.plotly.com/~xarico10/357/#/) plots:

Examples on using
spy()
can be found on:https://www.mathworks.com/help/matlab/ref/spy.html#responsive_offcanvas
The text was updated successfully, but these errors were encountered: