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

Method zoomOutY

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

Source from the content-addressed store, hash-verified

3095}
3096
3097void CartesianPlot::zoomOutY(int index) {
3098 zoomInOut(index, Dimension::Y, false);
3099}
3100
3101void CartesianPlot::zoomInOut(const int index, const Dimension dim, const bool zoomIn, const double relScenePosRange) {
3102 Dimension dim_other = Dimension::Y;

Callers 2

zoomOutY_SingleRangeMethod · 0.80
zoomOutY_AllRangesMethod · 0.80

Calls

no outgoing calls

Tested by 2

zoomOutY_SingleRangeMethod · 0.64
zoomOutY_AllRangesMethod · 0.64