Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fit
Method · 0.95
doFit
Method · 0.95
calibrate
Method · 0.95
Calls
2
show
Method · 0.95
getPlot
Method · 0.65
Tested by
no test coverage detected