Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ lowerLimitLine
Method
lowerLimitLine
src/backend/worksheet/plots/cartesian/ProcessBehaviorChart.cpp:385–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
}
384
385
Line* ProcessBehaviorChart::lowerLimitLine() const {
386
Q_D(const ProcessBehaviorChart);
387
return d->lowerLimitCurve->line();
388
}
389
390
// symbols
391
Symbol* ProcessBehaviorChart::dataSymbol() const {
Callers
1
setPlots
Method · 0.80
Calls
1
line
Method · 0.45
Tested by
no test coverage detected