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