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/vectors.cpp:372–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
float vectors::line_width() const { return line_spec().line_width(); }
373
374
class vectors &vectors::line_width(float line_width) {
375
line_spec().line_width(line_width);
Callers
2
plot_string
Method · 0.45
vectors.cpp
File · 0.45
Calls
1
line_spec
Class · 0.70
Tested by
no test coverage detected