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

Method plot

ij/src/main/java/ij/plugin/frame/Fitter.java:135–137  ·  view source on GitHub ↗
(CurveFitter cf)

Source from the content-addressed store, hash-verified

133 }
134
135 public static void plot(CurveFitter cf) {
136 plot(cf, false);
137 }
138
139 public static void plot(CurveFitter cf, boolean eightBitCalibrationPlot) {
140 Plot plot = cf.getPlot(eightBitCalibrationPlot?256:100);

Callers 3

fitMethod · 0.95
doFitMethod · 0.95
calibrateMethod · 0.95

Calls 2

showMethod · 0.95
getPlotMethod · 0.65

Tested by

no test coverage detected