Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ line_width
Method
line_width
source/matplot/core/line_spec.cpp:340–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
float line_spec::line_width() const { return line_width_; }
341
342
void line_spec::line_width(float line_width) {
343
line_width_ = line_width;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected