MCPcopy 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
3279void CartesianPlot::shiftRightX(int index) {
3280 shift(index, Dimension::X, false);
3281}
3282
3283void CartesianPlot::shiftUpY(int index) {
3284 shift(index, Dimension::Y, false);

Callers 3

shiftRight_AllRangesMethod · 0.80
shiftRightAutoScaleMethod · 0.80

Calls

no outgoing calls

Tested by 3

shiftRight_AllRangesMethod · 0.64
shiftRightAutoScaleMethod · 0.64