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