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/network.cpp:516–516 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
514
}
515
516
float network::line_width() const { return line_spec().line_width(); }
517
518
class network &network::line_width(float line_width) {
519
line_spec().line_width(line_width);
Callers
1
network.cpp
File · 0.45
Calls
1
line_spec
Class · 0.70
Tested by
no test coverage detected