Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ shiftLeftX
Method
shiftLeftX
src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:3275–3277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3273
}
3274
3275
void CartesianPlot::shiftLeftX(int index) {
3276
shift(index, Dimension::X, true);
3277
}
3278
3279
void CartesianPlot::shiftRightX(int index) {
3280
shift(index, Dimension::X, false);
Callers
4
shiftLeft_SingleRange
Method · 0.80
shiftLeft_AllRanges
Method · 0.80
helperMacros.h
File · 0.80
shiftLeftAutoScale
Method · 0.80
Calls
no outgoing calls
Tested by
3
shiftLeft_SingleRange
Method · 0.64
shiftLeft_AllRanges
Method · 0.64
shiftLeftAutoScale
Method · 0.64