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 histogram to modify edges limit using the input argument edges doesn't work.
histogram
edges
rng(1) x = randn(1000,1); edges = [-10 -2:0.25:2 10]; h = histogram(x,edges); fig2plotly();
The previous code should plot a histogram going from -10 to 10 in the x-axis, however it plots it within the default values:
Expected and generated (https://chart-studio.plotly.com/~xarico10/491/#/) plots:
Examples on using edges can be found on: https://www.mathworks.com/help/matlab/ref/matlab.graphics.chart.primitive.histogram.html#buhzt18-1
The text was updated successfully, but these errors were encountered:
fix issue #196
56d698f
Merge pull request #221 from plotly/fixing_issue_196
a460022
gilbertogalvis
No branches or pull requests
When using
histogram
to modify edges limit using the input argumentedges
doesn't work.The previous code should plot a histogram going from -10 to 10 in the x-axis, however it plots it within the default values:
Expected and generated (https://chart-studio.plotly.com/~xarico10/491/#/) plots:


Examples on using
edges
can be found on:https://www.mathworks.com/help/matlab/ref/matlab.graphics.chart.primitive.histogram.html#buhzt18-1
The text was updated successfully, but these errors were encountered: