Code used to generate the plots: ``` x = -pi:pi/10:pi; y = tan(sin(x)) - sin(tan(x)); plot(x,y,'Marker','s', 'MarkerFaceColor','red') fig2plotly() ``` Expected and obtained plots: <img width="538" alt="Captura de Pantalla 2021-07-24 a la(s) 12 40 34 a m" src="https://user-images.githubusercontent.com/87881895/126858680-06d3fd2b-b129-4d7a-821e-0ff12e66efb4.png"> <img width="729" alt="Captura de Pantalla 2021-07-24 a la(s) 12 40 43 a m" src="https://user-images.githubusercontent.com/87881895/126858681-88716d45-f628-4e46-9b68-78e595add33a.png">