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

Method begin

source/matplot/core/legend.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 bool legend::empty() const { return strings_.empty(); }
39
40 std::vector<std::string>::const_iterator legend::begin() const {
41 return strings_.begin();
42 }
43
44 std::vector<std::string>::iterator legend::begin() {
45 return strings_.begin();

Callers 15

operator()Method · 0.80
outputMethod · 0.80
run_colormap_commandMethod · 0.80
child_limitsMethod · 0.80
plot3Method · 0.80
stairsMethod · 0.80
areaMethod · 0.80
fplotMethod · 0.80
binscatterMethod · 0.80
pieMethod · 0.80
wordcloudMethod · 0.80

Calls

no outgoing calls

Tested by 5

colorMethod · 0.64
marker_colorMethod · 0.64
marker_face_colorMethod · 0.64