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

Method getResultsTableWithLabels

ij/src/main/java/ij/gui/Plot.java:4266–4268  ·  view source on GitHub ↗

Creates a ResultsTable with the data of the plot. Returns null if no data. When all columns are the same length, x columns equal to the first x column are not written, independent of writeFirstXColumn. When the data sets have labels, they are used for column headings

()

Source from the content-addressed store, hash-verified

4264 * When the data sets have labels, they are used for column headings
4265 */
4266 public ResultsTable getResultsTableWithLabels() {
4267 return getResultsTable(true, true);
4268 }
4269
4270 /** Creates a ResultsTable with the data of the plot. Returns null if no data.
4271 * Does not write the first x column if writeFirstXColumn is false.

Callers 2

showPlotValuesMethod · 0.95
getTransferDataMethod · 0.80

Calls 1

getResultsTableMethod · 0.95

Tested by

no test coverage detected