| 11 | |
| 12 | namespace matplot { |
| 13 | line::line(class axes_type *parent) : axes_object(parent) {} |
| 14 | |
| 15 | line::line(class axes_type *parent, const std::vector<double> &y_data, |
| 16 | std::string_view line_spec) |
nothing calls this directly
no outgoing calls
no test coverage detected