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 scatterhistogram() to create a scatter plot with marginal histograms an error is being printed.
scatterhistogram()
load patients s = scatterhistogram(Age,Height); xlabel('Age') ylabel('Height') fig2plotly();
Prints the following error:
Error using response_handler (line 31) Expecting (x, y) pairs Error in makecall (line 32) response_handler(resp); Error in plotly (line 28) response = makecall(args, origin, structargs); Error in plotlyfig/plotly (line 437) args.layout = obj.layout; Error in fig2plotly (line 49) p.plotly; Error in untitled6 (line 17) fig2plotly();
Expected plot:
Examples on using scatterhistogram() can be found on: https://www.mathworks.com/help/matlab/ref/scatterhistogram.html#responsive_offcanvas
The text was updated successfully, but these errors were encountered:
This issue was fixed by PR #370
PR #370 was tested for all examples in https://github.com/plotly/ssim_baselines/tree/main/matlab/code-examples/data-distribution-plots/scatterhistogram
links to chart-studio
https://chart-studio.plotly.com/~galvisgilberto/3948/#/ https://chart-studio.plotly.com/~galvisgilberto/3950/true-false-true-false-true-false/#/ https://chart-studio.plotly.com/~galvisgilberto/3952/#/ https://chart-studio.plotly.com/~galvisgilberto/3954/red-black-blue-red-black-blue-red-black-blue/#/ https://chart-studio.plotly.com/~galvisgilberto/3956/red-black-blue-red-black-blue-red-black-blue/#/ https://chart-studio.plotly.com/~galvisgilberto/3958/excellent-fair-good-poor-excellent-fair-good-poor-excellent-fair-good-poor/#/ https://chart-studio.plotly.com/~galvisgilberto/3960/male-true-male-false-female-false-female-true-male-true-male-false-female-false-/#/
Sorry, something went wrong.
No branches or pull requests
When using
scatterhistogram()
to create a scatter plot with marginal histograms an error is being printed.Prints the following error:
Expected plot:

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