Closed
Description
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:
Examples on using width
input argument can be found on:
https://www.mathworks.com/help/matlab/ref/bar.html#bthxceu
Metadata
Metadata
Assignees
Labels
No labels