plot
Draw a line series in data space
Call signature:
plot(xx, yy=None)
Help text:
plot(xx, yy) plots the data yy vs xx. xx and yy are given in data coordinates.
plot(yy) plots the data against x = 1..n.
See also line and gline.
Download pdf