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

Method error_bar

source/matplot/axes_objects/error_bar.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10namespace matplot {
11 error_bar::error_bar(class axes_type *parent) : line(parent) {}
12
13 error_bar::error_bar(class axes_type *parent, const std::vector<double> &x,
14 const std::vector<double> &y,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected