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

Method simpleYAxis

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

Source from the content-addressed store, hash-verified

2694 }
2695
2696 @AstroImageJ(reason = "Access widen for Vector Plot saving", modified = true)
2697 public boolean simpleYAxis() {
2698 return !hasFlag(Y_TICKS | Y_MINOR_TICKS | Y_LOG_TICKS | Y_GRID | Y_NUMBERS);
2699 }
2700
2701 /** Draws ticks, grid and axis label for each tick/grid line.
2702 * The grid or major tick spacing in each direction is given by steps */

Callers 3

makeRangeGetStepsMethod · 0.95

Calls 1

hasFlagMethod · 0.95

Tested by

no test coverage detected