Pairwise data# Plots of pairwise (𝑥,𝑦), tabular (𝑣𝑎𝑟_0,⋯,𝑣𝑎𝑟_𝑛), and functional 𝑓(𝑥) =𝑦 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)