Code used to generate plots: ``` x = -pi:pi/10:pi; y = tan(sin(x)) - sin(tan(x)); plot(x,y,'Marker','+', 'MarkerEdgeColor','red') fig2plotly() ``` Expected and obtained plots: <img width="539" alt="Captura de Pantalla 2021-07-24 a la(s) 12 33 21 a m" src="https://user-images.githubusercontent.com/87881895/126858572-a817f310-65f2-417c-9450-27a4f1c1a888.png"> <img width="708" alt="Captura de Pantalla 2021-07-24 a la(s) 12 33 31 a m" src="https://user-images.githubusercontent.com/87881895/126858574-415bce52-2b3a-49ee-83bb-6fa397f333a3.png">