| 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, |
no test coverage detected