Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setLegend
Method
setLegend
src/api/cpp/plot.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void Plot::setLegend(const char* pLegend)
63
{
64
FG_THROW(fg_set_plot_legend(get(), pLegend));
65
}
66
67
void Plot::setMarkerSize(const float pMarkerSize)
68
{
Callers
10
fg_set_histogram_legend
Function · 0.45
fg_set_vector_field_legend
Function · 0.45
fg_set_plot_legend
Function · 0.45
fg_set_surface_legend
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
fg_set_plot_legend
Function · 0.85
Tested by
no test coverage detected