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 specifying a bar color using bar(__, width) no changes on the bars width are being made.
bar(__, width)
y = [75 91 105 123.5 131 150 179 203 226 249 281.5]; bar(y,0.2) fig2plotly();
The previous code should create very thin bars, but it doesn't.
Expected and generated (https://chart-studio.plotly.com/~xarico10/557/#/) plots:
Examples on using width input argument can be found on: https://www.mathworks.com/help/matlab/ref/bar.html#bthxceu
width
The text was updated successfully, but these errors were encountered:
harshpurwar
Successfully merging a pull request may close this issue.
When specifying a bar color using
bar(__, width)
no changes on the bars width are being made.The previous code should create very thin bars, but it doesn't.
Expected and generated (https://chart-studio.plotly.com/~xarico10/557/#/) plots:


Examples on using
width
input argument can be found on:https://www.mathworks.com/help/matlab/ref/bar.html#bthxceu
The text was updated successfully, but these errors were encountered: