[GRASS-user] ps.map examples using d.vect.thematic and d.legend.vect

Rich Shepard rshepard at appl-ecosys.com
Thu Nov 8 13:43:38 PST 2018


   These two commands add the site points to the monitor display:

d.vect.thematic -l map=sites column=howmany breaks=1,20,30,40,50,60 \
colors=204:00:00,204:102:00,102:102:00,153:00:153,00:00:153,00:102:51, \
96:96:96 boundary_color=none icon=basic/octagon size=7

d.legend.vect -b at=9,50 title="Sample Size" bgcol=none symbol_size=7 \
title_fontsize=13 sub_font=none out="site-map-legend.csv" --o

   The legend is saved in a .csv file

   Reading the ps.map manual page I'm not seeing how to use these with the
vpoints and vlegends sections.

   Are there docs or examples I can use to learn how to use these two modules
to produce PDF maps from within grass?

   Would using d.vect.thematic2 make a difference? Reading that manual page I
do not see the differences from d.vect.thematic.

Regards,

Rich


More information about the grass-user mailing list