| 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) + "\""; |
no outgoing calls
no test coverage detected