TODO: make this function pure abstract and implement it for all plot types
| 33 | |
| 34 | // TODO: make this function pure abstract and implement it for all plot types |
| 35 | bool Plot::minMax(const CartesianCoordinateSystem::Dimension, const Range<int>&, Range<double>&, bool) const { |
| 36 | return false; |
| 37 | } |
| 38 | |
| 39 | /*! |
| 40 | * \brief Plot::activatePlot |