MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / logAxes

Method logAxes

src/org/opensourcephysics/frames/PlotFrame.java:178–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 }
177
178 protected void logAxes() {
179 if (!(drawingPanel instanceof PlottingPanel)) {
180 return;
181 }
182 LogAxesInspector logAxesInspector = new LogAxesInspector((PlottingPanel) drawingPanel);
183 logAxesInspector.setLocationRelativeTo(drawingPanel);
184 logAxesInspector.updateDisplay();
185 logAxesInspector.setVisible(true);
186 }
187
188 /**
189 * Appends an (x,y) datum to the Dataset with the given index.

Callers 1

actionPerformedMethod · 0.95

Calls 2

updateDisplayMethod · 0.95
setVisibleMethod · 0.65

Tested by

no test coverage detected