pixY

Plot.pixY(y)

ソース

pixY(y) {
    return 10 + (this.canvas.height - (10 + 5)) * (this.maxY - y) / this.spanY;
}