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

Method scatter

src/api/cpp/graphics.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void Window::scatter(const array& in, af::markerType marker,
89 const char* const title) {
90 af_cell temp{_r, _c, title, AF_COLORMAP_DEFAULT};
91 AF_THROW(af_draw_scatter_nd(get(), in.get(), marker, &temp));
92}
93
94void Window::scatter(const array& X, const array& Y, af::markerType marker,
95 const char* const title) {

Callers 2

geneticSearchFunction · 0.80
mainFunction · 0.80

Calls 5

af_draw_scatter_ndFunction · 0.50
getFunction · 0.50
af_draw_scatter_2dFunction · 0.50
af_draw_scatter_3dFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected