Open ctrueden opened 9 years ago
Think I will put some time into this ticket and make a Pull Request. I plan to work on the List and the Copy, not sure yet if I need the Log functionality, is that OK with you @ctrueden? I also want to add a button that does an export of the histogram into CSV. I'll make that a separate pull request if you need it.
I am wondering about this issue, https://github.com/imagej/imagej-plugins-commands/issues/11 . Is it smart to work on the HistogramPlot as it is or should it be ported to a different graphics library first? I have no real experience in that field. Would take me a little bit too much time to do that first.
I'm just wondering because in FIJI I still see the old ImageJ1 dialog. In order for the work here to be valuable, it would have to go into FIJI...
Would you be able to comment on this plan @ctrueden ?
The HistogramPlot has a few buttons whose functionality is not yet implemented. There are three commands left:
List:
In IJ1 this command copies the histogram into a two column text table as a results table. The 1st column contains calibrated data values and the second column contains counts.
Copy:
In IJ1 this command copies the histogram into a two column text table on the clipboard. The 1st column contains calibrated data values and the second column contains counts.
Log:
In IJ1 this command displays additional data on the chart. The data series is displayed on a log scale in back and the linear scale in front.
Migrated-From: http://trac.imagej.net/ticket/1855