Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3093
void CartesianPlot::zoomInY(int index) {
3094
zoomInOut(index, Dimension::Y, true);
3095
}
3096
3097
void CartesianPlot::zoomOutY(int index) {
3098
zoomInOut(index, Dimension::Y, false);
Callers
2
zoomInY_SingleRange
Method · 0.80
zoomInY_AllRanges
Method · 0.80
Calls
no outgoing calls
Tested by
2
zoomInY_SingleRange
Method · 0.64
zoomInY_AllRanges
Method · 0.64