<div dir="ltr">Hi Veronica,<br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 25, 2014 at 11:49 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">Dear list, <div><br></div><div>I'm working at time with anomalies maps, so I set r.colors to differences palette, but as my maps also have null values and they appear as white too, I edited the differences file to "nv black"... everything fine till there... as differences are quite small most of the times (I'm working with chlorophyll concentrations in the ocean) it's difficult to see something... so i used r.colors.stddev with -z flag</div><div><br></div><div>The problem arise when i use ps.map to generate my figures... somewhere in the process "nv black" is over-ruled and my null values appear as white in the .eps, which does not make sense... they are no-data and not zero difference (if i use ps.map before using r.colors.stddev, nv looks black as expected)... boh...</div><div><br></div><div>Could someone explain why? or know of a workaround??? I have hundreds of maps to produce... </div><div><br></div><div>Thank you very much in advance!</div><div><br></div></div></blockquote><div><br></div><div>r.colors.stddev uses default nv, which results in white. So as a workaround, you can then run r.colors.out and change the line with nv to use 0:0:0. Then run r.colors with this new rules. This is a also scriptable. Faster solution is to hack r.colors.stddev (it's a python script) and add line in the rules which includes the nv 0:0:0. The right solution for this would be probably to add nv option to r.colors.stddev, it should be fairly simple, so if you know at least little bit of python, you can try that yourself:)</div><div><br></div><div>Anna</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></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></div>