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

Method plot

src/api/cpp/graphics.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void Window::plot(const array& in, const char* const title) {
67 af_cell temp{_r, _c, title, AF_COLORMAP_DEFAULT};
68 AF_THROW(af_draw_plot_nd(get(), in.get(), &temp));
69}
70
71void Window::plot(const array& X, const array& Y, const char* const title) {
72 af_cell temp{_r, _c, title, AF_COLORMAP_DEFAULT};

Callers 3

sweFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 5

af_draw_plot_ndFunction · 0.50
getFunction · 0.50
af_draw_plot_2dFunction · 0.50
af_draw_plot_3dFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected