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

Method setPlotOptions

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

Source from the content-addressed store, hash-verified

2462 }
2463
2464 double setPlotOptions(Plot plot) {
2465 String options = getStringArg();
2466 plot.setOptions(options);
2467 plot.updateImage();
2468 return Double.NaN;
2469 }
2470
2471 double getPlotValues() {
2472 Variable xvar = getFirstArrayVariable();

Callers 1

doPlotMethod · 0.95

Calls 3

getStringArgMethod · 0.95
setOptionsMethod · 0.65
updateImageMethod · 0.45

Tested by

no test coverage detected