MCPcopy Create free account
hub / github.com/KDE/labplot / zoomInY

Method zoomInY

src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:3093–3095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3091}
3092
3093void CartesianPlot::zoomInY(int index) {
3094 zoomInOut(index, Dimension::Y, true);
3095}
3096
3097void CartesianPlot::zoomOutY(int index) {
3098 zoomInOut(index, Dimension::Y, false);

Callers 2

zoomInY_SingleRangeMethod · 0.80
zoomInY_AllRangesMethod · 0.80

Calls

no outgoing calls

Tested by 2

zoomInY_SingleRangeMethod · 0.64
zoomInY_AllRangesMethod · 0.64