Matplotlib interface layer#

Initialization#

create_plotting_grid(number[, rows, cols, ...])

Create a chart with a grid of plotting targets in it.

Plotting#

line(x, y, target, *[, color, alpha, ...])

scatter(x, y, target, *[, size, marker, ...])