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

Method set_variables_string

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

Source from the content-addressed store, hash-verified

35 std::string axes_object::data_string() { return ""; }
36
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) + "\"";

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected