[ Web Proxy ]
URL:
Viewing: https://matplotlib.org/stable/api/_as_gen/../../devel/MEP/../../plot_types/basic/index.html [Back]  [Original]

Pairwise data — Matplotlib 3.11.2 documentation
Back to top
Search the docs ...:

Pairwise data#

Plots of pairwise \((x, y)\), tabular \((var\_0, \cdots, 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)

Web Proxy Viewer  |  New URL  |  Original Page