MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / redrawGrid

Method redrawGrid

ij/src/main/java/ij/gui/Plot.java:2343–2349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2341 }
2342
2343 public void redrawGrid(){
2344 if (ip != null) {
2345 ip.setColor(Color.black);
2346 drawAxesTicksGridNumbers(steps);
2347 ip.setColor(Color.black);
2348 }
2349 }
2350
2351 /** Gets the initial plot limits (i.e., x&y ranges). For compatibility with previous versions of ImageJ,
2352 * only the first PlotObject (with numeric data) is used to determine the limits. */

Callers 1

drawPlotObjectMethod · 0.95

Calls 2

setColorMethod · 0.65

Tested by

no test coverage detected