Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setLegend
Method
setLegend
src/api/cpp/histogram.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void Histogram::setLegend(const char* pLegend)
61
{
62
FG_THROW(fg_set_histogram_legend(get(), pLegend));
63
}
64
65
unsigned Histogram::vertices() const
66
{
Callers
nothing calls this directly
Calls
1
fg_set_histogram_legend
Function · 0.85
Tested by
no test coverage detected