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

Method setLogScaleY

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

Source from the content-addressed store, hash-verified

787 }
788
789 public void setLogScaleY() {
790 setAxisYLog(true);
791 }
792
793 /** The default flags, taking PlotWindow.noGridLines, PlotWindow.noTicks into account */
794 public static int getDefaultFlags() {

Callers

nothing calls this directly

Calls 1

setAxisYLogMethod · 0.95

Tested by

no test coverage detected