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
Although size varies as indicated, the scale is way different compared to MATLAB's scale:
Code:
rng(1) x = linspace(0,3*pi,200); y = cos(x) + rand(1,200); sz = linspace(1,100,200); scatter(x,y,sz) fig2plotly();
Expected and generated (https://chart-studio.plotly.com/~xarico10/299/#/) plots:
As shown, sizes differ a lot: in generated plot, small circles are way smaller and big circles are way bigger.
Examples on using sz input argument can be found on: https://www.mathworks.com/help/matlab/ref/scatter.html#btrli6o-1
sz
The text was updated successfully, but these errors were encountered:
gilbertogalvis
No branches or pull requests
Although size varies as indicated, the scale is way different compared to MATLAB's scale:
Code:
Expected and generated (https://chart-studio.plotly.com/~xarico10/299/#/) plots:


As shown, sizes differ a lot: in generated plot, small circles are way smaller and big circles are way bigger.
Examples on using
sz
input argument can be found on:https://www.mathworks.com/help/matlab/ref/scatter.html#btrli6o-1
The text was updated successfully, but these errors were encountered: