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

Method enableLivePlot

ij/src/main/java/ij/macro/Functions.java:2849–2856  ·  view source on GitHub ↗
(Plot plot)

Source from the content-addressed store, hash-verified

2847 }
2848
2849 double enableLivePlot(Plot plot) {
2850 boolean b = getBooleanArg();
2851 ImagePlus imp = plot.getImagePlus();
2852 PlotWindow pw = imp == null ? null : (PlotWindow)imp.getWindow();
2853 if (pw != null)
2854 pw.enableLivePlot(b);
2855 return Double.NaN;
2856 }
2857
2858 void getBounds(boolean intValues) {
2859 Variable x = getFirstVariable();

Callers 1

doPlotMethod · 0.95

Calls 4

getBooleanArgMethod · 0.95
getWindowMethod · 0.95
enableLivePlotMethod · 0.95
getImagePlusMethod · 0.45

Tested by

no test coverage detected