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

Method legend_string

source/matplot/axes_objects/circles.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 std::string circles::legend_string(std::string_view title) {
41 return " keyentry with circles linecolor var lw 4 fillstyle solid "
42 "border linecolor 'black' title \"" +
43 escape(title) + "\"";
44 }
45
46 std::string circles::data_string() {
47 std::stringstream ss;

Callers

nothing calls this directly

Calls 1

escapeFunction · 0.85

Tested by

no test coverage detected