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

Method labels

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

Source from the content-addressed store, hash-verified

11
12namespace matplot {
13 labels::labels(class axes_type *parent, const std::vector<double> &x,
14 const std::vector<double> &y,
15 const std::vector<std::string> &labels,
16 const std::vector<double> &colors,
17 const std::vector<double> &sizes)
18 : axes_object(parent), x_(x), y_(y), labels_(labels), colors_(colors),
19 sizes_(sizes) {}
20
21 std::string labels::set_variables_string() {
22 std::string res;

Callers 1

pieMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected