| 8 | namespace matplot { |
| 9 | |
| 10 | function_line::function_line(class axes_type *parent) : line(parent) {} |
| 11 | |
| 12 | function_line::function_line(class axes_type *parent, |
| 13 | const function_type &function, |
nothing calls this directly
no outgoing calls
no test coverage detected