#include <view.h>

Public Member Functions | |
| View (Ftk const *F_) | |
| std::string | str () const |
| void | change_view (const RealRange &hor_r, const RealRange &ver_r, const std::vector< int > &datasets) |
| fit specified edges to the data range | |
| void | set_log_scale (bool log_x, bool log_y) |
| double | y0_factor () const |
| void | set_y0_factor (double f) |
Static Public Attributes | |
| static const double | relative_x_margin = 1./20. |
| static const double | relative_y_margin = 1./20. |
manages view, i.e. x and y range visible currently to the user user can set view in `plot' command, using string like "[20:][-100:1000]" If the visible range is to be fitted to data/model, given datasets are used.
Definition at line 34 of file view.h.