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

Method errorBarAt

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

error bars

Source from the content-addressed store, hash-verified

170
171// error bars
172ErrorBar* BarPlot::errorBarAt(int index) const {
173 Q_D(const BarPlot);
174 if (index < d->errorBars.size())
175 return d->errorBars.at(index);
176 else
177 return nullptr;
178}
179
180double BarPlot::minimum(const Dimension dim) const {
181 Q_D(const BarPlot);

Callers 3

setBarPlotsMethod · 0.80
errorNumberChangedMethod · 0.80
restorePointersMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected