MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / function_line

Function function_line

source/matplot/axes_objects/function_line.h:40–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 /// pointer because there is no ownership involved here
39 template <class... Args>
40 function_line(const axes_handle &parent, Args&&... args)
41 : function_line(parent.get(), std::forward<Args>(args)...) {}
42
43 public:
44 std::string plot_string() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected