Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ box_line
Method
box_line
source/matplot/core/legend.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
line_spec &legend::box_line() { return box_line_; }
91
92
void legend::box_line(const line_spec &box_line) {
93
box_line_ = box_line;
94
touch();
95
}
96
97
bool legend::vertical() const { return vertical_; }
98
Callers
1
run_legend_command
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected