Code used to generate plots: ``` x = linspace(0,10); y = sin(x); plot(x,y,'-o','MarkerIndices',1:5:length(y)) fig2plotly() ``` Expected and obtained plots: <img width="540" alt="Captura de Pantalla 2021-07-24 a la(s) 12 16 38 a m" src="https://user-images.githubusercontent.com/87881895/126858206-11e4fc96-ed4c-4ad5-b269-bfb05fced565.png"> <img width="750" alt="Captura de Pantalla 2021-07-24 a la(s) 12 16 44 a m" src="https://user-images.githubusercontent.com/87881895/126858208-0e5653d4-1319-4831-851f-07a0ff2b78cc.png">