On Sep 8, 2011, at 1:40 PM, Jean Pierre CLAMME wrote:
> Hi,
>
> Does anyone know how to hide the first column (with the counter numbers)
> of a results table.
There are updated versions of the Sine/Cosine Table plugin at
http://rsbweb.nih.gov/ij/plugins/sine-cosine.htmland the SineCosineTable macro at
http://imagej.nih.gov/ij/macros/SineCosineTable.txtthat do this. They both require the ImageJ 1.45o daily build, which adds the ResultsTable.showRowNumbers(false) method and the setOption("ShowRowNumbers",false) macro function.
-wayne