Skip to content
New issue

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

Bar Width parameter not working on bars charts #210

Closed
xarico10 opened this issue Jul 28, 2021 · 0 comments · Fixed by #213
Closed

Bar Width parameter not working on bars charts #210

xarico10 opened this issue Jul 28, 2021 · 0 comments · Fixed by #213
Assignees

Comments

@xarico10
Copy link
Contributor

When specifying a bar color using bar(__, width) no changes on the bars width are being made.

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:
Captura de Pantalla 2021-07-27 a la(s) 8 00 07 p  m
Captura de Pantalla 2021-07-27 a la(s) 8 00 31 p  m

Examples on using width input argument can be found on:
https://www.mathworks.com/help/matlab/ref/bar.html#bthxceu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants