Code used to generate the plots: ``` x = 0:pi/100:2*pi; y = sin(x); p = plot(x,y) plot(x,y,'LineWidth',5) fig2plotly() ``` Expected and obtained plots <img width="541" alt="Captura de Pantalla 2021-07-24 a la(s) 12 11 55 a m" src="https://user-images.githubusercontent.com/87881895/126858142-eb7d3930-3fe3-499e-b5d3-2118cca22593.png"> <img width="707" alt="Captura de Pantalla 2021-07-24 a la(s) 12 12 04 a m" src="https://user-images.githubusercontent.com/87881895/126858144-f7c94aaf-a984-480e-a190-9a9be6d1f1c6.png">