| 9 | |
| 10 | namespace matplot { |
| 11 | error_bar::error_bar(class axes_type *parent) : line(parent) {} |
| 12 | |
| 13 | error_bar::error_bar(class axes_type *parent, const std::vector<double> &x, |
| 14 | const std::vector<double> &y, |
nothing calls this directly
no outgoing calls
no test coverage detected