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

Function af_draw_scatter_2d

src/api/c/plot.cpp:406–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406af_err af_draw_scatter_2d(const af_window wind, const af_array X,
407 const af_array Y, const af_marker_type af_marker,
408 const af_cell* const props) {
409 try {
410 fg_marker_type fg_marker = getFGMarker(af_marker);
411 return plotWrapper(wind, X, Y, props, FG_PLOT_SCATTER, fg_marker);
412 }
413 CATCHALL;
414}
415
416af_err af_draw_scatter_3d(const af_window wind, const af_array X,
417 const af_array Y, const af_array Z,

Callers 1

scatterMethod · 0.50

Calls 2

getFGMarkerFunction · 0.85
plotWrapperFunction · 0.85

Tested by

no test coverage detected