Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ setYMinusColumnPath
Method
setYMinusColumnPath
src/backend/worksheet/plots/cartesian/ErrorBar.cpp:210–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
void ErrorBar::setYMinusColumnPath(const QString& path) {
211
Q_D(ErrorBar);
212
d->yMinusColumnPath = path;
213
}
214
215
void ErrorBar::yPlusColumnAboutToBeRemoved(const AbstractAspect* aspect) {
216
Q_D(ErrorBar);
Callers
1
handleAspectUpdated
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected