Code used to generate plots: ``` x = -pi:pi/10:pi; y = tan(sin(x)) - sin(tan(x)); plot(x,y,'Marker','s', 'MarkerSize',20) fig2plotly() ``` Expected and obtained plots <img width="498" alt="Captura de Pantalla 2021-07-24 a la(s) 12 44 02 a m" src="https://user-images.githubusercontent.com/87881895/126858747-bb636c44-522a-420c-b6bb-18f648a0a5dd.png"> <img width="742" alt="Captura de Pantalla 2021-07-24 a la(s) 12 44 08 a m" src="https://user-images.githubusercontent.com/87881895/126858748-0fee930d-5d7d-4ea3-9f94-b1a8fbc949d3.png">