Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ update
Method
update
src/backend/worksheet/plots/cartesian/ErrorBar.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void ErrorBar::update() {
71
Q_D(ErrorBar);
72
d->update();
73
}
74
75
void ErrorBar::draw(QPainter* painter, const QPainterPath& path) {
76
Q_D(const ErrorBar);
Callers
4
xPlusColumnAboutToBeRemoved
Method · 0.45
xMinusColumnAboutToBeRemoved
Method · 0.45
yPlusColumnAboutToBeRemoved
Method · 0.45
yMinusColumnAboutToBeRemoved
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected