NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #764 (closed defect: fixed)

Opened 2012-11-07T16:24:31-06:00

Last modified 2012-11-07T17:01:28-06:00

Histogram tool should have logarithmic checkbox

Reported by: aivar Owned by: aivar
Priority: minor Milestone: slimplugin1.2
Component: slim-plugin Severity: serious
Keywords: Cc:
Blocked By: Blocking:

Description

Logarithmic mode is great for looking at outliers, non-logarithmic is better for looking at the shape of the distribution.

Change History

comment:1 Changed 2012-11-07T17:01:28-06:00 by aivar

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

Added a checkbox.

Also fixed this issue: in logarithmic mode I was displaying a fixed value for one (since the log of one is actually zero). Now rather than having a fixed value the size of the one depends on what other values are currently displayed. It is proportional to whatever size values of two and three display at.

For non-logarithmic mode I always plot at least one pixel for non-zero values. This shows the outliers similar to the patch for logarithmic mode described above.