<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 10/01/2010 04:16 PM, Luis Lisboa wrote:
<blockquote
 cite="mid:AANLkTikB=MQjvSnYLXeTjcAEJw7LKk3nJkV9TS6Ei=Jr@mail.gmail.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=ISO-8859-1">
Hi there
  <div><br>
  </div>
  <div>I have a script where I create a map (using mapcalc) and I want
to attribute a color (gray for instance) but it ranges from 0 to 5 so I
cannot attribute gray0-1 neither gray0-255. What can I do to attribute
a color table that stretches its color attibution to the image max and
minimum values?</div>
  <div><br>
  </div>
</blockquote>
How about creating a color rules file with percentages (instead of
values), then, regardless of the actual raster values, the colors will
be "automatically" spread between the min and max color. i.e.<br>
0% 0 0 0<br>
100% 255 255 255<br>
This will create a spread of colors from black to white. Now in your
script just apply this rules file. If the raster contains 5 values,
they will get colored black, dark grey, mid grey, light grey, and white.<br>
&nbsp;<br>
<blockquote
 cite="mid:AANLkTikB=MQjvSnYLXeTjcAEJw7LKk3nJkV9TS6Ei=Jr@mail.gmail.com"
 type="cite">
  <div>Thanks</div>
  <div><br>
  </div>
  <div>Luis</div>
  <br>
This mail was received via Mail-SeCure System.<br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
grass-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</a>

This mail was received via Mail-SeCure System.


  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Micha Silver
Arava Development Co. +972-52-3665918
<a class="moz-txt-link-freetext" href="http://surfaces.co.il">http://surfaces.co.il</a>

</pre>
</body>
</html>