<div dir="ltr">Talking about wx monitors, d.rast.leg does not really place legend next to a raster map because GRASS_FRAME is not used at all. So it basically draws legend and then raster map over it, so you can just change the order and that should fix it but you will still have overlapping raster and legend.<div>

<br></div><div>Anna<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 21, 2014 at 1:46 AM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
could d.rast.leg somehow leverage below "library" code? At time it is<br>
suboptimal in placing the legend next to a raster map while being<br>
generally very handy for cmd line junkies...<br>
<br>
thanks<br>
Markus<br>
<div><div class="h5"><br>
On Wed, May 21, 2014 at 5:07 AM,  <<a href="mailto:svn_grass@osgeo.org">svn_grass@osgeo.org</a>> wrote:<br>
> Author: annakrat<br>
> Date: 2014-05-20 20:07:17 -0700 (Tue, 20 May 2014)<br>
> New Revision: 60385<br>
><br>
> Modified:<br>
>    grass/branches/releasebranch_7_0/gui/wxpython/mapwin/decorations.py<br>
> Log:<br>
> wxGUI/legend: change default legend position so that legend histogram is not cut off (merge from trunk, r60384)<br>
><br>
> Modified: grass/branches/releasebranch_7_0/gui/wxpython/mapwin/decorations.py<br>
> ===================================================================<br>
> --- grass/branches/releasebranch_7_0/gui/wxpython/mapwin/decorations.py 2014-05-21 03:06:27 UTC (rev 60384)<br>
> +++ grass/branches/releasebranch_7_0/gui/wxpython/mapwin/decorations.py 2014-05-21 03:07:17 UTC (rev 60385)<br>
> @@ -211,7 +211,7 @@<br>
>          self._id = 0<br>
>          self._name = 'legend'<br>
>          # TODO: synchronize with d.legend?<br>
> -        self._defaultAt = 'at=5,50,2,5'<br>
> +        self._defaultAt = 'at=5,50,7,10'<br>
>          self._cmd = ['d.legend', self._defaultAt]<br>
><br>
>      def GetPlacement(self, screensize):<br>
><br>
> _______________________________________________<br>
> grass-commit mailing list<br>
> <a href="mailto:grass-commit@lists.osgeo.org">grass-commit@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/grass-commit" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-commit</a><br>
</div></div>_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
</blockquote></div><br></div></div></div>