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

Method setAxesLabelFormat

src/api/cpp/graphics.cpp:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void Window::setAxesLabelFormat(const char* const xformat,
197 const char* const yformat,
198 const char* const zformat) {
199 af_cell temp{_r, _c, NULL, AF_COLORMAP_DEFAULT};
200 AF_THROW(af_set_axes_label_format(get(), xformat, yformat, zformat, &temp));
201}
202
203void Window::show() {
204 AF_THROW(af_show(get()));

Callers

nothing calls this directly

Calls 2

af_set_axes_label_formatFunction · 0.50
getFunction · 0.50

Tested by

no test coverage detected