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

Method medianLineAt

src/backend/worksheet/plots/cartesian/BoxPlot.cpp:350–356  ·  view source on GitHub ↗

median line

Source from the content-addressed store, hash-verified

348
349// median line
350Line* BoxPlot::medianLineAt(int index) const {
351 Q_D(const BoxPlot);
352 if (index < d->medianLines.size())
353 return d->medianLines.at(index);
354 else
355 return nullptr;
356}
357
358// markers
359Symbol* BoxPlot::symbolMean() const {

Callers 2

setBoxPlotsMethod · 0.80
currentBoxChangedMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected