Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ line_width
Method
line_width
source/matplot/axes_objects/circles.cpp:219–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
float circles::line_width() const { return line_width_; }
220
221
class circles &circles::line_width(float line_width) {
222
line_width_ = line_width;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected