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

Function af_draw_plot_3d

src/api/c/plot.cpp:355–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355af_err af_draw_plot_3d(const af_window wind, const af_array X, const af_array Y,
356 const af_array Z, const af_cell* const props) {
357 return plotWrapper(wind, X, Y, Z, props);
358}
359
360// Deprecated Plot API
361af_err af_draw_plot(const af_window wind, const af_array X, const af_array Y,

Callers 1

plotMethod · 0.50

Calls 1

plotWrapperFunction · 0.85

Tested by

no test coverage detected