MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / strings

Method strings

source/matplot/core/legend.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 std::vector<std::string> &legend::strings() { return strings_; }
57
58 void legend::strings(const std::vector<std::string> &strings) {
59 strings_ = strings;
60 touch();
61 }
62
63 void legend::inside(bool inside) {
64 if (inside != inside_) {

Callers 2

legendMethod · 0.80
axes_objectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected