2.1.8.1.Introduction to Plotly and Cufflinks

  • Plotly是互動式視覺化的plotting library

  • Cufflinks是Plotly跟Pandas中間的聯結

安裝套件

 conda install plotly
 pip install cufflinks

Last updated