| 1625 | // coordinate systems |
| 1626 | |
| 1627 | int CartesianPlot::coordinateSystemCount() const { |
| 1628 | return m_coordinateSystems.size(); |
| 1629 | } |
| 1630 | |
| 1631 | CartesianCoordinateSystem* CartesianPlot::coordinateSystem(int index) const { |
| 1632 | // DEBUG(Q_FUNC_INFO << ", nr of cSystems = " << coordinateSystemCount() << ", index = " << index) |