Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ inside
Method
inside
source/matplot/core/legend.cpp:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void legend::inside(bool inside) {
64
if (inside != inside_) {
65
inside_ = inside;
66
touch();
67
}
68
}
69
70
bool legend::inside() const { return inside_; }
71
Callers
1
run_legend_command
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected