| 13 | |
| 14 | namespace matplot { |
| 15 | class MATPLOT_EXPORTS string_function : public line { |
| 16 | public: |
| 17 | explicit string_function(class axes_type *parent); |
| 18 | string_function(class axes_type *parent, std::string_view equation, |
nothing calls this directly
no outgoing calls
no test coverage detected