MCPcopy 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

titleFunction · 0.45
sgtitleFunction · 0.45
drawMethod · 0.45
drawMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected