Deprecated Plot API
| 359 | |
| 360 | // Deprecated Plot API |
| 361 | af_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 | |
| 366 | af_err af_draw_plot3(const af_window wind, const af_array P, |
| 367 | const af_cell* const props) { |
nothing calls this directly
no test coverage detected