scipy.stats._result_classes.EmpiricalDistributionFunction.
plot#
- EmpiricalDistributionFunction.plot(ax=None, **matplotlib_kwargs)[原始碼]#
繪製經驗分布函數
僅在安裝
matplotlib
時可用。- 參數:
- axmatplotlib.axes.Axes
要在其上繪製圖表的 Axes 物件,否則使用目前的 Axes。
- **matplotlib_kwargsdict,選用
直接傳遞給
matplotlib.axes.Axes.step
的關鍵字參數。 除非覆寫,否則where='post'
。
- 回傳值:
- lineslist of
matplotlib.lines.Line2D
表示繪製資料的物件
- lineslist of