##// END OF EJS Templates
Add continuous auto scale for color scale on spectrograms...
jeandet -
r1466:15fc74768e17
parent child
Show More
@@ -410,7 +410,7 struct PlottablesUpdater<T,
410 410 current_time += xAxisProperties.max_resolution;
411 411 }
412 412 }
413
413 colormap->rescaleDataRange(true);
414 414 if (rescaleAxes)
415 415 {
416 416 plot->rescaleAxes();
General Comments 0
You need to be logged in to leave comments. Login now