MCPcopy Create free account
hub / github.com/KDE/labplot / zoomOutX

Method zoomOutX

src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:3089–3091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3087}
3088
3089void CartesianPlot::zoomOutX(int index) {
3090 zoomInOut(index, Dimension::X, false);
3091}
3092
3093void CartesianPlot::zoomInY(int index) {
3094 zoomInOut(index, Dimension::Y, true);

Callers 2

zoomOutX_SingleRangeMethod · 0.80
zoomOutX_AllRangesMethod · 0.80

Calls

no outgoing calls

Tested by 2

zoomOutX_SingleRangeMethod · 0.64
zoomOutX_AllRangesMethod · 0.64