jried31
unread,Feb 8, 2011, 11:26:23 AM2/8/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gheat
Hello,
I am trying to use your GHEAT code for a research project, and I’m
trying to get an understanding of how your code selects colors of
tiles given the PNG reference file of color shades in the “color-
scheme” directory.
We modified the code to take in the following logic, where a set of
data points each represent an individual square tile, and each tile’s
color should be based on the <value> attribute:
<point_a> < point_b> <value>
<point_a> < point_b> <value>
<point_a> < point_b> <value>
<point_a> < point_b> <value>
……..
I selected numbers randomly in hopes to understand whether you divide
the tiles into quarters in terms of values, but that doesn’t seem to
be the case….If it is the case, then where specifically do you specify
the value ranges that correspond to the color shades (for division).
If this is not the case, then I’m lost as to how you assign values to
color shade segments.