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

Method toggleLivePlot

ij/src/main/java/ij/gui/PlotWindow.java:951–954  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

949 }
950
951 private void toggleLivePlot() {
952 boolean liveMode = bgThread != null;
953 enableLivePlot(!liveMode);
954 }
955
956 /** Enables live plotting.
957 * This requires that the PlotWindow has been initialized with a Plot having a PlotMaker.

Callers 1

actionPerformedMethod · 0.95

Calls 1

enableLivePlotMethod · 0.95

Tested by

no test coverage detected