Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ shiftUpY
Method
shiftUpY
src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:3283–3285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3281
}
3282
3283
void CartesianPlot::shiftUpY(int index) {
3284
shift(index, Dimension::Y, false);
3285
}
3286
3287
void CartesianPlot::shiftDownY(int index) {
3288
shift(index, Dimension::Y, true);
Callers
4
shiftUp_SingleRange
Method · 0.80
shiftUp_AllRanges
Method · 0.80
helperMacros.h
File · 0.80
shiftUpAutoScale
Method · 0.80
Calls
no outgoing calls
Tested by
3
shiftUp_SingleRange
Method · 0.64
shiftUp_AllRanges
Method · 0.64
shiftUpAutoScale
Method · 0.64