Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ dotWidthValue
Function
dotWidthValue
pj_plotting/widget/src/PlotWidgetBase.cpp:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
double dotWidthValue(LineWidth line_width) noexcept {
69
return (lineWidthValue(line_width) * 1.5) + 1.0;
70
}
71
72
class PlotWidgetBase::QwtPlotPimpl : public QwtPlot {
73
public:
Callers
3
setStyle
Method · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
Calls
1
lineWidthValue
Function · 0.85
Tested by
2
TEST
Function · 0.68
TEST
Function · 0.68