Login  Register

Re: Plot.getValues(values, counts);

Posted by GAUTAM SHANKAR on Jul 12, 2010; 5:11pm
URL: http://imagej.273.s1.nabble.com/Plot-getValues-values-counts-tp3687639p3687642.html

Thanks for links guys, but I just don't know how to implement.

so I've just run

IJ.run("Plot Profile");

then

I want to so something like this

ij.macro.Functions.getPlotValues(x, y);





On Sat, Jul 10, 2010 at 12:44 PM, Johannes Schindelin <
[hidden email]> wrote:

> Hi,
>
> On Fri, 9 Jul 2010, Jerome Mutterer wrote:
>
> > > Plot.getValues(values, counts);
> >
> > I cannot do this in Java.
> >
> > WHY!?
>
> Well, you can. If you read the source code up until this point, that is:
>
>
> http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=ImageJA.git;a=blob;f=ij/macro/Functions.java;h=4a7b28e77328f96491a1c9b7f480db969c753092;hb=7bbce1e02aa3ba1971533441e9a50c75764c8e92#l1810
>
> Ciao,
> Dscho
>