NOLINTNEXTLINE(readability-make-member-function-const)
| 156 | |
| 157 | // NOLINTNEXTLINE(readability-make-member-function-const) |
| 158 | void Window::grid(const int rows, const int cols) { |
| 159 | AF_THROW(af_grid(get(), rows, cols)); |
| 160 | } |
| 161 | |
| 162 | void Window::setAxesLimits(const array& x, const array& y, const bool exact) { |
| 163 | af_cell temp{_r, _c, NULL, AF_COLORMAP_DEFAULT}; |
no test coverage detected