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/histogram.cpp:770–770 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
768
}
769
770
float histogram::line_width() const { return line_width_; }
771
772
class histogram &histogram::line_width(float line_width) {
773
line_width_ = line_width;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected