pixY ======== .. js:function:: Plot.pixY(y) ソース ^^^^^^ .. code-block:: js pixY(y) { return 10 + (this.canvas.height - (10 + 5)) * (this.maxY - y) / this.spanY; }