本文介绍了plotly.js 绘图库入门使用教程,分享给大家, ... { x.push(i); y.push(2*i+1); } Plotly.plot(TESTER, [{ x: x, y: y }], { margin: {t: 0} }); ...
確定! 回上一頁