| 1235 | }; |
| 1236 | |
| 1237 | RangeT::Format CartesianPlot::xRangeFormatDefault() const { |
| 1238 | return rangeFormat(Dimension::X, defaultCoordinateSystem()->index(Dimension::X)); |
| 1239 | } |
| 1240 | RangeT::Format CartesianPlot::yRangeFormatDefault() const { |
| 1241 | return rangeFormat(Dimension::Y, defaultCoordinateSystem()->index(Dimension::Y)); |
| 1242 | } |
no test coverage detected