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

Method hist

src/api/cpp/graphics.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void Window::hist(const array& X, const double minval, const double maxval,
114 const char* const title) {
115 af_cell temp{_r, _c, title, AF_COLORMAP_DEFAULT};
116 AF_THROW(af_draw_hist(get(), X.get(), minval, maxval, &temp));
117}
118
119void Window::surface(const array& S, const char* const title) {
120 af::array xVals = range(S.dims(0));

Callers 4

sweFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
edgeFunction · 0.80

Calls 3

af_draw_histFunction · 0.50
getFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected