pixX ======== .. js:function:: Plot.pixX(x) ソース ^^^^^^ .. code-block:: js pixX(x) { return 30 + (this.canvas.width - (30 + 5)) * (x - this.minX) / this.spanX; }