Searched refs:yAxisMax (Results 1 – 1 of 1) sorted by relevance
1281 constexpr float yAxisMax = 8000; in drawErrorCurve() local1283 const float sy = box.height() / (2 * yAxisMax); in drawErrorCurve()1292 axes.moveTo(0, -yAxisMax); in drawErrorCurve()1293 axes.lineTo(0, yAxisMax); in drawErrorCurve()