imagej / imagej/imagej-plugins-commands

HistogramPlot needs List, Copy, and Log command support

Open
#12 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
5
Forks
7
PR merge metrics
No merged PRs in 30d

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.

Migrated-From: http://trac.imagej.net/ticket/1855

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the HistogramPlot implementation and its existing button or command handlers first. Review the IJ1 behavior described for List, Copy, and Log, then verify that all three commands produce the specified table, clipboard, and overlaid log-scale data behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data-visualization
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.