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: <img width="496" alt="Captura de Pantalla 2021-07-27 a la(s) 8 00 07 p m" src="https://user-images.githubusercontent.com/87881895/127246686-c7997637-f038-497b-93b2-95f67122a06c.png"> <img width="737" alt="Captura de Pantalla 2021-07-27 a la(s) 8 00 31 p m" src="https://user-images.githubusercontent.com/87881895/127246719-4d45df71-da94-4820-98a7-d28a910b05e5.png"> Examples on using `width` input argument can be found on: https://www.mathworks.com/help/matlab/ref/bar.html#bthxceu