Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ title
Method
title
source/matplot/core/legend.cpp:244–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
const std::string &legend::title() const { return title_; }
243
244
void legend::title(std::string_view title) {
245
title_ = title;
246
touch();
247
}
248
249
const std::string &legend::font_name() const { return font_name_; }
250
Callers
6
title
Function · 0.45
sgtitle
Function · 0.45
draw
Method · 0.45
draw
Method · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected