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

Method yRangeFormatDefault

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

Source from the content-addressed store, hash-verified

1238 return rangeFormat(Dimension::X, defaultCoordinateSystem()->index(Dimension::X));
1239}
1240RangeT::Format CartesianPlot::yRangeFormatDefault() const {
1241 return rangeFormat(Dimension::Y, defaultCoordinateSystem()->index(Dimension::Y));
1242}
1243RangeT::Format CartesianPlot::rangeFormat(const Dimension dim, const int index) const {
1244 Q_D(const CartesianPlot);
1245 if (index < 0 || index > rangeCount(dim)) {

Callers 6

loadMethod · 0.80
orientationChangedMethod · 0.80
loadMethod · 0.80
bindingChangedMethod · 0.80
loadMethod · 0.80

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected