No subject

Teresa Hansen teresa at lewis.enrd
Thu Jan 6 12:45:57 EST 1994


GRASS-User's

I have an interesting problem with the p.map.new command.  I am 
displaying a soils series map of Fort Hunter-Liggett in which 
there are about 60 different categories.  I am trying to use the 
p.map.new legend option to show all these areas in the legend.  
Because there are so many  categories i was trying to have the 
legend display in 4 or 5 columns.  To do this I have that same 
number of legend commands (4 or 5) in the p.map.new script.  Now, 
here's the very interesting part - The first column (it happens to
be on left side of screen) looks great, but the second column looks 
exactly like the first column - right down to legend box colors 
and text.  Is this a bug or is it not possible the way the script 
is written???

I have included a partial copy of my script for scrutinization.
Perhaps I have set something up incorrectly.  Any & all help is much 
appreciated.

Teresa Hansen
lewis!teresa at cerl.cecer.army.mil

colormode approx
#scale 6.5 inches
#scale 1 panel
#scale 2 panels

rast soils.series

vect boundary
color red
end

legend 636300 3962000
     height 7
     width 5
     textcolor black
     textsize 450
     xspace 4
     yspace 3
     background white
     beginrast
          catnum 1 Alto series
          catnum 3 Antioch series
          catnum 4 Aquic Xerofluvents
          catnum 5 Arbuckle series
          catnum 7 Arroyo series
          catnum 8 Ayar series
          catnum 9 Badland
          catnum 11 Chamise series
          catnum 12 Chualar series
          catnum 13 Cieneba series
          catnum 14 Clear Lake series
          catnum 17 Cropley series
          catnum 18 Danville series
          catnum 19 Diablo series
          catnum 20 Dibble series
          end
end
legend 650000 3962000
     height 7
     width 10
     textcolor black
     textsize 450
     xspace 4
     yspace 3
     background white
     beginrast
          catnum 23 Elder series
          catnum 25 Fluvents, stony
          catnum 27 Garey series
          catnum 28 Gaviota series
          catnum 29 Gazos series
          catnum 30 Gilroy series
          catnum 32 Gorgonio series
          catnum 33 Greenfield series
          catnum 34 Haire series
          catnum 35 Hanford series
          catnum 36 Hennecke series
          catnum 37 Junipero series
          catnum 38 Linne series
          catnum 39 Lockwood series
          catnum 40 Lopez series
      end
end




More information about the grass-user mailing list