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

Method function_line

source/matplot/axes_objects/function_line.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace 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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected