| 258 | std::string parallel_lines::unset_variables_string() { return ""; } |
| 259 | |
| 260 | enum axes_object::axes_category parallel_lines::axes_category() { |
| 261 | return axes_object::axes_category::two_dimensional; |
| 262 | } |
| 263 | |
| 264 | const line_spec ¶llel_lines::line_spec() const { return line_spec_; } |
| 265 |
nothing calls this directly
no outgoing calls
no test coverage detected