Plotly generates javascript for interactive plots not static image like png. Most simply, you can try this: using Plots plotly() p = plot(sin) savefig(p, ...
確定! 回上一頁