Pairwise data#
Plots of pairwise \((x, y)\), tabular \((var\_0, \cdots, var\_n)\), and functional \(f(x)=y\) data.
plot(x, y)
scatter(x, y)
bar(x, height)
stem(x, y)
fill_between(x, y1, y2)
stackplot(x, y)
stairs(values)
Plots of pairwise \((x, y)\), tabular \((var\_0, \cdots, var\_n)\), and functional \(f(x)=y\) data.