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

Method bars

source/matplot/axes_objects/bars.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace matplot {
13
14 bars::bars(class axes_type *parent) : axes_object(parent) {}
15
16 bars::bars(class axes_type *parent, const std::vector<double> &y)
17 : bars(parent, std::vector<std::vector<double>>({y})) {}

Callers

nothing calls this directly

Calls 10

iotaFunction · 0.85
emptyMethod · 0.80
limitsMethod · 0.80
limits_mode_autoMethod · 0.80
beginMethod · 0.80
endMethod · 0.80
zero_axisMethod · 0.80
minFunction · 0.50
childrenMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected