Emmanuelle,

Color the field according to the second parameter before sending
it to AutoGlyph (or Glyph). E.g.,
        f1 = Mark(myField, parameter1);
        f2 = AutoColor(f1);
        f3 = Unmark(f2);
        f4 = Mark(f3, parameter2);
        f5 = AutopGlyph(f4);
        ...

Cheers,
Joel

Emmanuelle Lafont wrote:
Hi,


I've created glyphs with a size depending on a parameter.
Now, I'd like to color them according to the value of another parameter.

Is there a way to do that?
It seems to me that there is a sample about it, but I can't find it anymore.

Any help would be welcome.


Thanks!


Emmanuelle Lafont

-----------------
Emmanuelle Lafont
NUMTECH
6 allée Alan Turing
63175 AUBIERE Cedex




--

===============================================================
Joel Richardson, Ph.D.   Phone: (207) 288-6435
The Jackson Laboratory   Fax:   (207) 288-6132
600 Main Street          URL:   www.informatics.jax.org
Bar Harbor, Maine 04609
===============================================================

Reply via email to