`stem3()` to plot a 3-D chart of discrete data points not working properly. ``` X = linspace(-pi/2,pi/2,40); Z = cos(X); stem3(Z) fig2plotly(gcf, 'offline', false); ``` Expected and generated (https://chart-studio.plotly.com/~xarico10/635/#/) plots: <img width="494" alt="Captura de Pantalla 2021-07-30 a la(s) 6 32 20 p m" src="https://user-images.githubusercontent.com/87881895/127720925-2e8f5326-7369-4022-b85a-92ee5811e914.png"> <img width="576" alt="Captura de Pantalla 2021-07-30 a la(s) 6 32 30 p m" src="https://user-images.githubusercontent.com/87881895/127720935-61ce636f-3b3f-4eed-ae49-02981dab1bc6.png"> Examples on using `stem3()` can be found on: https://www.mathworks.com/help/matlab/ref/stem3.html#btrijff-1