When specifying a bar color using `bar(__, color)` no changes on the bars color are being made. ``` y = [75 91 105 123.5 131 150 179 203 226 249 281.5]; bar(y,'r') fig2plotly(); ``` The previous code should create red bars, but it doesn't. Expected and generated (https://chart-studio.plotly.com/~xarico10/555/#/) figures: <img width="480" alt="Captura de Pantalla 2021-07-27 a la(s) 7 56 09 p m" src="https://user-images.githubusercontent.com/87881895/127246367-92ab86d3-4c14-41a2-b317-0b3cc0c67f1d.png"> <img width="741" alt="Captura de Pantalla 2021-07-27 a la(s) 7 56 18 p m" src="https://user-images.githubusercontent.com/87881895/127246382-12e18578-ba0f-4b19-b99b-f226356ac551.png"> Examples on using the input argument `color` can be found on: https://www.mathworks.com/help/matlab/ref/bar.html#bthxcfm