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

Method scatter3

src/api/cpp/graphics.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void Window::scatter3(const array& P, af::markerType marker,
108 const char* const title) {
109 af_cell temp{_r, _c, title, AF_COLORMAP_DEFAULT};
110 AF_THROW(af_draw_scatter_nd(get(), P.get(), marker, &temp));
111}
112
113void Window::hist(const array& X, const double minval, const double maxval,
114 const char* const title) {

Callers

nothing calls this directly

Calls 3

af_draw_scatter_ndFunction · 0.50
getFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected