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

Function af_draw_plot_nd

src/api/c/plot.cpp:345–348  ·  view source on GitHub ↗

Plot API

Source from the content-addressed store, hash-verified

343
344// Plot API
345af_err af_draw_plot_nd(const af_window wind, const af_array in,
346 const af_cell* const props) {
347 return plotWrapper(wind, in, 1, props);
348}
349
350af_err af_draw_plot_2d(const af_window wind, const af_array X, const af_array Y,
351 const af_cell* const props) {

Callers 2

plotMethod · 0.50
plot3Method · 0.50

Calls 1

plotWrapperFunction · 0.85

Tested by

no test coverage detected