共用方式為


Plotly

Plotly 是互動式圖表化程式庫。 Azure Databricks 支援 Plotly 2.0.7。 若要使用 Plotly,請安裝 Plotly PyPI 套件,並將它附加至您的叢集。

注意

在 Azure Databricks 筆記本內,我們建議使用 Plotly Offline。 處理大型資料集時,Plotly Offline 可能無法正常執行。 如果您注意到效能問題,就應該減少資料集的大小。

若要顯示 Plotly 繪圖:

  1. output_type='div' 指定為 Plotly plot() 函數的引數。
  2. plot() 函數的輸出傳遞至 Databricks displayHTML() 函數。

筆記本範例:Plotly

下列筆記本顯示 Plotly 範例。

Plotly Python 筆記本

取得筆記本