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

Method legend_string

source/matplot/axes_objects/vectors.cpp:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 std::string vectors::legend_string(std::string_view title) {
110 return " keyentry with vectors " +
111 line_spec_.plot_string(line_spec::style_to_plot::plot_line_only,
112 false) +
113 " title \"" + escape(title) + "\"";
114 }
115
116 std::string vectors::data_string() {
117 std::stringstream ss;

Callers

nothing calls this directly

Calls 2

escapeFunction · 0.85
plot_stringMethod · 0.45

Tested by

no test coverage detected