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

Method setLogScaleX

ij/src/main/java/ij/gui/Plot.java:785–787  ·  view source on GitHub ↗

Sets log scale in x. Call update() thereafter to make the change visible (if the image is shown already).

()

Source from the content-addressed store, hash-verified

783 * (if the image is shown already). */
784
785 public void setLogScaleX() {
786 setAxisXLog(true);
787 }
788
789 public void setLogScaleY() {
790 setAxisYLog(true);

Callers 1

runMethod · 0.95

Calls 1

setAxisXLogMethod · 0.95

Tested by

no test coverage detected