histogram macro

Posted by Oliver Bannach on
URL: http://imagej.273.s1.nabble.com/histogram-macro-tp3696696.html

Hi all,

I included this command in a macro:

     run("Histogram", "bins=256 x_min=0 x_max=7500 y_max=Auto");

But it seems like that the macro ignores fixing the min and max values
for the X-Axis. Still, the min/max values are defined by the min/max
intensities. What's wrong?
Also I'd like to plot a "logged" histogram. What is the parameter that I
have to set?

Thanks in advance.

Cheers
Oliver