Posted by
dksamuel on
Oct 04, 2005; 4:50am
URL: http://imagej.273.s1.nabble.com/Analyse-Surface-Plot-tp3704740.html
Sir, the Analyse>Surface Plot draws a nice graph of my DIBA data, but the
graph is in Black and white (1), what should I do to draw it in color ? (2)
what should I do to draw it in color with shading depending on cutoff values
(like less than 0.5 - green, more than 0.51 red) (3) what should I do to
select multiple areas, like wells in a 96 well micro plate, My Java
programming skills are limited to writing Hello world only, Thanks so much
in advance, the above modifications will help me to make up a free online
diagnostic tool of Plant viral infections for farmers use, thanks Samuel,
Virologist, Indian Institute of Horticultural Research, Bangalore, India
On 10/4/05, Martin du Saire <
[hidden email]> wrote:
>
> Give this a try:
>
> string1 = "This ";
> string2 = "is a ";
> string3 = "sentence made up of";
> completeSentence = string1+string2+string3+" a bunch of strings.";
> print(completeSentence);
>
> Martin
>
> At 04:07 PM 10/3/2005, you wrote:
> >Dear Imagineers,
> >I have been a longtime user of NIH Image and Object Image and am now
> >making the leap to ImageJ. I have a set of macros which I am
> >converting to ImageJ and I need to figure out how to concatenate
> >three string variables into a single string.
> >
> >string1 + string 2 + string3
> >
> >I've checked the archives and the example macros and this wasn't
> >clear to me from those sources. What's the easiest way??
> >
> >Thanks for your assistance.
> >
> >Jeff Linn
>