\brief Sets limits on current axes
| 506 | |
| 507 | /// \brief Sets limits on current axes |
| 508 | void xrange(const std::array<double, 2> &limits_x_y) { |
| 509 | xrange(gca(), limits_x_y); |
| 510 | } |
| 511 | |
| 512 | /// \brief Sets limits on given axes |
| 513 | void xrange(axes_handle ah, const std::array<double, 2> &limits_x) { |
no test coverage detected