MCPcopy 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
3283void CartesianPlot::shiftUpY(int index) {
3284 shift(index, Dimension::Y, false);
3285}
3286
3287void CartesianPlot::shiftDownY(int index) {
3288 shift(index, Dimension::Y, true);

Callers 4

shiftUp_SingleRangeMethod · 0.80
shiftUp_AllRangesMethod · 0.80
helperMacros.hFile · 0.80
shiftUpAutoScaleMethod · 0.80

Calls

no outgoing calls

Tested by 3

shiftUp_SingleRangeMethod · 0.64
shiftUp_AllRangesMethod · 0.64
shiftUpAutoScaleMethod · 0.64