| 42 | } |
| 43 | |
| 44 | axes_handle subplot(size_t rows, size_t cols, size_t plot_id, |
| 45 | bool replace_if_same_position) { |
| 46 | return subplot(gcf(), rows, cols, plot_id, replace_if_same_position); |
| 47 | } |
| 48 | |
| 49 | axes_handle subplot(figure_handle f, size_t rows, size_t cols, |
| 50 | size_t plot_id, bool replace_if_same_position) { |