Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
output
Method · 0.80
run_colormap_command
Method · 0.80
run_plot_objects_command
Method · 0.80
child_limits
Method · 0.80
plot3
Method · 0.80
fplot
Method · 0.80
hist
Method · 0.80
binscatter
Method · 0.80
pie
Method · 0.80
wordcloud
Method · 0.80
pareto
Method · 0.80
Calls
no outgoing calls
Tested by
5
line_and_marker_are_the_same_color
Method · 0.64
marker_and_face_are_the_same_color
Method · 0.64
color
Method · 0.64
marker_color
Method · 0.64
marker_face_color
Method · 0.64