繪圖
下列函式包含在 pandas.plotting
模組中。
andrews_curves (frame, class_column[, ax, ...])
|
產生一個 matplotlib 繪圖,用於視覺化多變量資料的叢集。 |
autocorrelation_plot (series[, ax])
|
時間序列的自相關繪圖。 |
bootstrap_plot (series[, fig, size, samples])
|
在平均值、中位數和中範圍統計資料上進行 bootstrap 繪圖。 |
boxplot (data[, column, by, ax, fontsize, ...])
|
根據 DataFrame 欄位製作箱型圖。 |
deregister_matplotlib_converters ()
|
移除 pandas 格式化器和轉換器。 |
lag_plot (series[, lag, ax])
|
時間序列的滯後繪圖。 |
parallel_coordinates (frame, class_column[, ...])
|
平行座標繪圖。 |
plot_params
|
儲存 pandas 繪圖選項。 |
radviz (frame, class_column[, ax, color, ...])
|
在 2D 中繪製多維資料集。 |
register_matplotlib_converters ()
|
使用 matplotlib 註冊 pandas 格式化程式和轉換器。 |
scatter_matrix (frame[, alpha, figsize, ax, ...])
|
繪製散佈圖矩陣。 |
table (ax, data, **kwargs)
|
輔助函式,用於將 DataFrame 和 Series 轉換為 matplotlib.table。 |