MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / setAxesTitles

Method setAxesTitles

src/api/cpp/graphics.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void Window::setAxesTitles(const char* const xtitle, const char* const ytitle,
191 const char* const ztitle) {
192 af_cell temp{_r, _c, NULL, AF_COLORMAP_DEFAULT};
193 AF_THROW(af_set_axes_titles(get(), xtitle, ytitle, ztitle, &temp));
194}
195
196void Window::setAxesLabelFormat(const char* const xformat,
197 const char* const yformat,

Callers 4

geneticSearchFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
edgeFunction · 0.80

Calls 2

af_set_axes_titlesFunction · 0.50
getFunction · 0.50

Tested by

no test coverage detected