imagej / imagej-plugins-commands

Core ImageJ commands
Other
3 stars 7 forks source link

HistogramPlot needs List, Copy, and Log command support #12

Open ctrueden opened 9 years ago

ctrueden commented 9 years ago

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

sunsear commented 4 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.

sunsear commented 4 years ago

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...

sunsear commented 4 years ago

Would you be able to comment on this plan @ctrueden ?