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

Method end

source/matplot/core/legend.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 std::vector<std::string>::const_iterator legend::end() const {
49 return strings_.end();
50 }
51
52 std::vector<std::string>::iterator legend::end() { return strings_.end(); }
53

Callers 15

operator()Method · 0.80
outputMethod · 0.80
run_colormap_commandMethod · 0.80
child_limitsMethod · 0.80
plot3Method · 0.80
fplotMethod · 0.80
histMethod · 0.80
binscatterMethod · 0.80
pieMethod · 0.80
wordcloudMethod · 0.80
paretoMethod · 0.80

Calls

no outgoing calls

Tested by 5

colorMethod · 0.64
marker_colorMethod · 0.64
marker_face_colorMethod · 0.64