cleanup, adapt internalDash, remove debug query value

This commit is contained in:
Christoph Kluge
2025-12-12 17:51:54 +01:00
parent 0d62181272
commit 79e1c236fe
4 changed files with 54 additions and 154 deletions

View File

@@ -687,13 +687,6 @@
const originY = u.valToPos(yMinimum ? yMinimum : 0.01, "y", true);
const outerX = u.valToPos(1000, "x", true); // rightmost x in plot coords
const outerY = u.valToPos(
subCluster?.flopRateSimd?.value
? nearestThousand(subCluster.flopRateSimd.value)
: 10000,
"y",
true
);
const scalarKneeX = u.valToPos(scalarKnee, "x", true) // Value, axis, toCanvasPixels
const simdKneeX = u.valToPos(simdKnee, "x", true)