<div dir="ltr"><div>Have you tried using the echo command to pipe variables and characters 
to d.text  for user defined labels and ticks? It takes some work with 
the at=x,y coords to get the legend, labels and ticks where you want 
them.<br>
<br>  echo "message" | d.text size=3 at=37,25 color=orange<br><br>  To erase map elements or labels, you can echo dummy characters the same  color as the background:<br><br>  echo "##########" | d.text -b size=5 at=18,6 color=white<br>

<br> You may also want to use a graphics tool (e.g, ImageMagick, convert)<br> to do various graphics conversions on the maps.<br><br></div>L. Prevett<br><div><div class=""><div id=":1ch" class="" tabindex="0"><img class="" src="https://mail.google.com/mail/images/cleardot.gif"></div>
</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 9, 2014 at 8:36 AM, Veronica Andreo <span dir="ltr"><<a href="mailto:veroandreo@gmail.com" target="_blank">veroandreo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi list!</div><div><br></div><div>I have these raster maps of chlorophyll concentration (mg/m3) with a lot of very small values (from 0.02 to 1.5) and few high values (between 20 and 100)... I managed to create my own color table to get a good visualization of the variation... but when I display the legend, i loose the color variation in smaller values... </div>

<div><br></div><div>Is it possible to create a logarithmic legend or at least determine which tick-marks I'm interested in?? I've tried with "use" parameter in d.legend (which seemed to meet my needs) setting it to: 0.01,0.1,1,10,100, but works only for categories... There's no such a thing in ps.map, either... which would be the right approach? any ideas? </div>

<div><br></div><div>Thanks much in advance!</div><div>Best, </div><div><br></div><div>Vero</div></div>
<br>_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br></blockquote></div><br></div>