plot

Plot.plot(y, color)

ソース

plot(y, color) {
    this.list.push([y, color]);
}