作者:
easonya (過客)
2020-05-14 18:13:06我用plotly套件
畫出的3d互動式的圖形
請問要如何存成網頁並指定儲存路徑呢?
plotyly有一個函數offline 似乎符合需求
但實際執行卻會顯示以下警告
Warning messages:
1: 'offline' is deprecated.
Use 'plot_ly' instead.
See help("Deprecated")
2: In RColorBrewer::brewer.pal(N, "Set2") :
minimal value for n is 3, returning requested palette with 3 different
levels
3: In RColorBrewer::brewer.pal(N, "Set2") :
minimal value for n is 3, returning requested palette with 3 different
levels
不知道如何去修正這個警告 或有其他方法嗎? 感謝各位!