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

Method setYRangeScale

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

Source from the content-addressed store, hash-verified

1592}
1593
1594void CartesianPlot::setYRangeScale(const RangeT::Scale scale) {
1595 setYRangeScale(defaultCoordinateSystem()->index(Dimension::Y), scale);
1596}
1597
1598void CartesianPlot::setRangeScale(const Dimension dim, const int index, const RangeT::Scale scale) {
1599 Q_D(CartesianPlot);

Callers 1

loadGraphLayerMethod · 0.80

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected