64
67
// - it is never smaller than the peak value in the plot
65
68
// - after the current peak leaves the plot, the scaling factor gets
68
70
protected virtual void update_scale() {
69
71
double currentpeak = this.scalerminimum;
70
72
for (uint i = 0, isize = this.trace_length; i < isize; ++i) {