()
| 169 | } |
| 170 | |
| 171 | protected void scale() { |
| 172 | ScaleInspector plotInspector = new ScaleInspector(drawingPanel); |
| 173 | plotInspector.setLocationRelativeTo(drawingPanel); |
| 174 | plotInspector.updateDisplay(); |
| 175 | plotInspector.setVisible(true); |
| 176 | } |
| 177 | |
| 178 | protected void logAxes() { |
| 179 | if (!(drawingPanel instanceof PlottingPanel)) { |
no test coverage detected