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

Method getYValues

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

Source from the content-addressed store, hash-verified

911 }
912
913 public float[] getYValues() {
914 return plot.getYValues();
915 }
916
917 /** Draws a new plot in this window. */
918 public void drawPlot(Plot plot) {

Callers 2

getPlotValuesMethod · 0.95
copyToClipboardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected