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
MarkerSize input argument isn't changing marker's size.
MarkerSize
For example,
B = bucky; spy(B,'p',25) fig2plotly();
The previous code should plot huge stars, however, they're being plotted with the default size.
Expected and generated (https://chart-studio.plotly.com/~xarico10/369/#/) plots:
Examples on using the MarkerSize input argument can be found on: https://www.mathworks.com/help/matlab/ref/spy.html#mw_32177bc4-0604-4dcf-a944-7f0622eeca64
The text was updated successfully, but these errors were encountered:
fix issue #188
3cdffe5
Merge pull request #220 from plotly/fixing_issue_188
ca51ed1
gilbertogalvis
No branches or pull requests
MarkerSize
input argument isn't changing marker's size.For example,
The previous code should plot huge stars, however, they're being plotted with the default size.
Expected and generated (https://chart-studio.plotly.com/~xarico10/369/#/) plots:

Examples on using the
MarkerSize
input argument can be found on:https://www.mathworks.com/help/matlab/ref/spy.html#mw_32177bc4-0604-4dcf-a944-7f0622eeca64
The text was updated successfully, but these errors were encountered: