MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / intensityModeChange_

Method intensityModeChange_

src/openms_gui/source/VISUAL/Plot1DCanvas.cpp:1451–1461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

updateAxesMethod · 0.80

Tested by

no test coverage detected