Code used to generate plots: ``` x = 0:pi/100:2*pi; y = cos(x); plot(x,y, 'LineStyle','--') fig2plotly() ``` Attached expected and generated figures <img width="544" alt="Captura de Pantalla 2021-07-24 a la(s) 12 05 10 a m" src="https://user-images.githubusercontent.com/87881895/126858028-8550e738-5239-41dc-a1ee-fc424faff0a7.png"> <img width="737" alt="Captura de Pantalla 2021-07-24 a la(s) 12 05 16 a m" src="https://user-images.githubusercontent.com/87881895/126858031-e53f6145-b6da-47be-bf9a-4044f42f1776.png">