Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ shiftRightX
Method
shiftRightX
src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:3279–3281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3277
}
3278
3279
void CartesianPlot::shiftRightX(int index) {
3280
shift(index, Dimension::X, false);
3281
}
3282
3283
void CartesianPlot::shiftUpY(int index) {
3284
shift(index, Dimension::Y, false);
Callers
3
shiftRight_SingleRange
Method · 0.80
shiftRight_AllRanges
Method · 0.80
shiftRightAutoScale
Method · 0.80
Calls
no outgoing calls
Tested by
3
shiftRight_SingleRange
Method · 0.64
shiftRight_AllRanges
Method · 0.64
shiftRightAutoScale
Method · 0.64