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

Method line

source/matplot/axes_objects/line.cpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12namespace matplot {
13 line::line(class axes_type *parent) : axes_object(parent) {}
14
15 line::line(class axes_type *parent, const std::vector<double> &y_data,
16 std::string_view line_spec)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected