| 45 | } |
| 46 | |
| 47 | PlotArea* AbstractPlot::plotArea() { |
| 48 | return m_plotArea; |
| 49 | } |
| 50 | |
| 51 | AbstractCoordinateSystem* AbstractPlot::coordinateSystem(const int index) const { |
| 52 | // TODO: use default when not specified? |
no outgoing calls
no test coverage detected