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

Method xRangeScale

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

Source from the content-addressed store, hash-verified

1576}
1577
1578RangeT::Scale CartesianPlot::xRangeScale() const {
1579 return xRangeScale(defaultCoordinateSystem()->index(Dimension::X));
1580}
1581RangeT::Scale CartesianPlot::yRangeScale() const {
1582 return yRangeScale(defaultCoordinateSystem()->index(Dimension::Y));
1583}

Callers 1

updateLinesMethod · 0.80

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected