Short description
plotly(x, y)
vector or matrix of real numbers or integers.
plotly plots a 2D curve and export it as an HTML file.
x=[0:0.1:2*%pi]; y=2*sin(x); plotly(x,y)