fiji / Colocalisation_Analysis

Fiji's plugin for colocalization analysis
http://imagej.net/Coloc_2
GNU General Public License v3.0
24 stars 18 forks source link

PDFWriter: add regression line to histogram #68

Closed nafisahis closed 6 years ago

nafisahis commented 6 years ago

This pull request adds a regression line to the histogram inside the PDFWriter class. Essentially, an overlay is created to draw the line. Before converting the histogram with the overlay as awtImage, it is flattened on the image. This fixes issue #14.

etadobson commented 6 years ago

@ctrueden & @nafisahis I am going to add back those commented lines of code... why? Well - one... I don't want to 'break' code for the other histograms inadvertently. And whether the code is there or not - it does not affect the presence of the regression line on the 2D histogram. So ... to play it safe. I think that can stay as is to minimally change what was previously there.