MCPcopy 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
62void Plot::setLegend(const char* pLegend)
63{
64 FG_THROW(fg_set_plot_legend(get(), pLegend));
65}
66
67void Plot::setMarkerSize(const float pMarkerSize)
68{

Callers 10

fg_set_histogram_legendFunction · 0.45
fg_set_plot_legendFunction · 0.45
fg_set_surface_legendFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

fg_set_plot_legendFunction · 0.85

Tested by

no test coverage detected