統計分佈# 繪製數據集中至少一個變數分佈的圖表。其中一些方法也會計算分佈。 hist(x) hist(x) boxplot(X) boxplot(X) errorbar(x, y, yerr, xerr) errorbar(x, y, yerr, xerr) violinplot(D) violinplot(D) eventplot(D) eventplot(D) hist2d(x, y) hist2d(x, y) hexbin(x, y, C) hexbin(x, y, C) pie(x) pie(x) ecdf(x) ecdf(x)