Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
namespace 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
iota
Function · 0.85
empty
Method · 0.80
limits
Method · 0.80
limits_mode_auto
Method · 0.80
begin
Method · 0.80
end
Method · 0.80
zero_axis
Method · 0.80
min
Function · 0.50
children
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected