| 353 | } |
| 354 | |
| 355 | af_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 |
| 361 | af_err af_draw_plot(const af_window wind, const af_array X, const af_array Y, |