Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ zoomInX
Method
zoomInX
src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:3085–3087 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3083
}
3084
3085
void CartesianPlot::zoomInX(int index) {
3086
zoomInOut(index, Dimension::X, true);
3087
}
3088
3089
void CartesianPlot::zoomOutX(int index) {
3090
zoomInOut(index, Dimension::X, false);
Callers
3
zoomInX_SingleRange
Method · 0.80
zoomInX_AllRanges
Method · 0.80
TestZoom
Method · 0.80
Calls
no outgoing calls
Tested by
3
zoomInX_SingleRange
Method · 0.64
zoomInX_AllRanges
Method · 0.64
TestZoom
Method · 0.64