Pairwise data# Plots of pairwise (x,y), tabular (var_0,β―,var_n), and functional f(x)=y data. plot(x, y) plot(x, y) scatter(x, y) scatter(x, y) bar(x, height) bar(x, height) stem(x, y) stem(x, y) fill_between(x, y1, y2) fill_between(x, y1, y2) stackplot(x, y) stackplot(x, y) stairs(values) stairs(values)