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
Specifying a marker type using mkr input argument on scatter plots doesn't work:
mkr
For example:
rng(1) theta = linspace(0,2*pi,20); x = sin(theta) + 0.75*rand(1,20); y = cos(theta) + 0.75*rand(1,20); sz = 140; scatter(x,y,sz,'d') fig2plotly();
Previous code only places one specified marker symbol (diamond) at coordinates (0.3, 1.6).
Expected and generated (https://chart-studio.plotly.com/~xarico10/303/#/) plots:
Examples on using input argument mkr can be found on: https://www.mathworks.com/help/matlab/ref/scatter.html#btrli6p-1_1
The text was updated successfully, but these errors were encountered:
fix issue #177
b8d999d
Merge pull request #224 from plotly/fixing_issue_177
eb27df9
gilbertogalvis
No branches or pull requests
Specifying a marker type using
mkr
input argument on scatter plots doesn't work:For example:
Previous code only places one specified marker symbol (diamond) at coordinates (0.3, 1.6).
Expected and generated (https://chart-studio.plotly.com/~xarico10/303/#/) plots:
Examples on using input argument
mkr
can be found on:https://www.mathworks.com/help/matlab/ref/scatter.html#btrli6p-1_1
The text was updated successfully, but these errors were encountered: