pixX

Plot.pixX(x)

ソース

pixX(x) {
    return 30 + (this.canvas.width - (30 + 5)) * (x - this.minX) / this.spanX;
}