plot ======== .. js:function:: Plot.plot(y, color) ソース ^^^^^^ .. code-block:: js plot(y, color) { this.list.push([y, color]); }