Code used to generate figure: ``` x = -pi:pi/10:pi; y = tan(sin(x)) - sin(tan(x)); plot(x,y, 'Color','red') fig2plotly() ``` Attached expected and obtained plots: <img width="529" alt="Captura de Pantalla 2021-07-24 a la(s) 12 00 19 a m" src="https://user-images.githubusercontent.com/87881895/126857932-5f0b3cbd-fb2e-4b09-8e1a-5495738b5636.png"> <img width="786" alt="Captura de Pantalla 2021-07-24 a la(s) 12 00 26 a m" src="https://user-images.githubusercontent.com/87881895/126857934-aaf0e0eb-b8d9-4c14-873c-a6177a2d94aa.png">