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

Method box_chart

source/matplot/axes_objects/box_chart.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected