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

Method legend_string

source/matplot/core/axes_object.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 std::string axes_object::set_variables_string() { return ""; }
38
39 std::string axes_object::legend_string(std::string_view title) {
40 return "keyentry with boxes title \"" + escape(title) + "\"";
41 }
42
43 std::string
44 axes_object::legend_string(std::vector<std::string>::iterator &titles_begin,

Callers 1

Calls 2

escapeFunction · 0.85
emptyMethod · 0.80

Tested by

no test coverage detected