There are rendering issues when using `bar3()` to create 3-D bar charts. ``` load count.dat Z = count(1:10,:); figure bar3(Z,'r') title('Detached Style') fig2plotly(gcf, 'offline', false) ``` The bars aren't rendering correctly and the coloring seems to follow a heat map format when it should be just red. Expected and generated (https://chart-studio.plotly.com/~xarico10/595/detached-style/#/) plots: <img width="448" alt="Captura de Pantalla 2021-07-30 a la(s) 4 07 58 p m" src="https://user-images.githubusercontent.com/87881895/127711597-efb08829-4c73-4622-a585-74f84f2a6dde.png"> <img width="697" alt="Captura de Pantalla 2021-07-30 a la(s) 4 00 47 p m" src="https://user-images.githubusercontent.com/87881895/127711076-f453d6a2-69eb-4316-9e6f-707e893ecf56.png"> Examples on using `bar3()` can be found on: https://www.mathworks.com/help/matlab/ref/bar3.html#responsive_offcanvas
There are rendering issues when using
bar3()to create 3-D bar charts.The bars aren't rendering correctly and the coloring seems to follow a heat map format when it should be just red.
Expected and generated (https://chart-studio.plotly.com/~xarico10/595/detached-style/#/) plots:

Examples on using
bar3()can be found on:https://www.mathworks.com/help/matlab/ref/bar3.html#responsive_offcanvas