| 1449 | } |
| 1450 | |
| 1451 | void Plot1DCanvas::intensityModeChange_() |
| 1452 | { |
| 1453 | changeVisibleArea_(visible_area_, false, false); // updates y-axis |
| 1454 | ensureAnnotationsWithinDataRange_(); |
| 1455 | // update axes (e.g. make it Log-scale) |
| 1456 | if (spectrum_widget_) |
| 1457 | { |
| 1458 | spectrum_widget_->updateAxes(); |
| 1459 | } |
| 1460 | update_(OPENMS_PRETTY_FUNCTION); |
| 1461 | } |
| 1462 | |
| 1463 | RangeAllType Plot1DCanvas::correctGravityAxisOfVisibleArea_(UnitRange area) |
| 1464 | { |
nothing calls this directly
no test coverage detected