Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ fill
Method
fill
source/matplot/axes_objects/line.cpp:490–490 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
488
}
489
490
bool line::fill() const { return fill_; }
491
492
class line &line::fill(bool fill) {
493
fill_ = fill;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected