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

Function af_draw_plot

src/api/c/plot.cpp:361–364  ·  view source on GitHub ↗

Deprecated Plot API

Source from the content-addressed store, hash-verified

359
360// Deprecated Plot API
361af_err af_draw_plot(const af_window wind, const af_array X, const af_array Y,
362 const af_cell* const props) {
363 return plotWrapper(wind, X, Y, props);
364}
365
366af_err af_draw_plot3(const af_window wind, const af_array P,
367 const af_cell* const props) {

Callers

nothing calls this directly

Calls 1

plotWrapperFunction · 0.85

Tested by

no test coverage detected