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/surface.cpp:633–633 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
631
}
632
633
float surface::line_width() const { return line_spec().line_width(); }
634
635
class surface &surface::line_width(float line_width) {
636
line_spec().line_width(line_width);
Callers
2
set_variables_string
Method · 0.45
surface.cpp
File · 0.45
Calls
1
line_spec
Class · 0.70
Tested by
no test coverage detected