NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1855 (closed task: moved)

Opened 2013-05-08T12:19:29-05:00

Last modified 2013-08-09T13:01:59-05:00

HistogramPlot needs List, Copy, and Log command support

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b8-analysis
Component: Analysis Plugins Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1775

Description

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.

Change History

comment:1 Changed 2013-08-09T13:01:59-05:00 by bdezonia

The Log command is different from the other two. I have broken it out in its own ticket. See #1979.

comment:2 Changed 2015-02-23T10:55:23-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to moved