Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ visible
Method
visible
source/matplot/core/legend.cpp:228–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
bool legend::visible() const { return visible_; }
229
230
void legend::visible(bool visible) {
231
if (visible_ != visible) {
Callers
4
figure_type.cpp
File · 0.45
legend
Function · 0.45
axis
Function · 0.45
main
Function · 0.45
Calls
4
num2str
Function · 0.85
empty
Method · 0.80
children
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected