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

Method minimum

src/backend/worksheet/plots/cartesian/BarPlot.cpp:180–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180double BarPlot::minimum(const Dimension dim) const {
181 Q_D(const BarPlot);
182 switch (dim) {
183 case Dimension::X:
184 return d->xMin;
185 case Dimension::Y:
186 return d->yMin;
187 }
188 return NAN;
189}
190
191double BarPlot::maximum(const Dimension dim) const {
192 Q_D(const BarPlot);

Callers 1

recalcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected