Statistical distributions#
Plots of the distribution of at least one variable in a dataset. Some of these methods also compute the distributions.
hist(x)
boxplot(X)
errorbar(x, y, yerr, xerr)
violinplot(D)
eventplot(D)
hist2d(x, y)
hexbin(x, y, C)
pie(x)
ecdf(x)