1GMTLOGO(1) Generic Mapping Tools GMTLOGO(1)
2
3
4
6 gmtlogo - Adding a GMT graphics logo overlay to an illustration
7
9 gmtlogo dx dy [ -Gfill ] [ -W[pen] ] >> plot.ps
10
12 This scrips appends the GMT logo to an "open" PostScript file. The
13 logo is 2 inches wide and 1 inch high and will be positioned with the
14 lower left corner at the position (dx,dy) relative to the current plot
15 origin.
16
18 -G Select color or pattern for filling the underlying box [Default
19 is no fill]. (See SPECIFYING FILL below).
20
21 -W Set pen attributes for the outline of the box [Default is no
22 outline]. (See SPECIFYING PENS below).
23
24 SPECIFYING PENS
25 pen The attributes of lines and symbol outlines as defined by pen is
26 a comma delimetered list of width, color and texture, each of
27 which is optional. width can be indicated as a measure (points,
28 centimeters, inches) or as faint, thin[ner|nest], thick[er|est],
29 fat[ter|test], or obese. color specifies a gray shade or color
30 (see SPECIFYING COLOR below). texture is a combination of
31 dashes `-' and dots `.'.
32
33 SPECIFYING FILL
34 fill The attribute fill specifies the solid shade or solid color (see
35 SPECIFYING COLOR below) or the pattern used for filling poly‐
36 gons. Patterns are specified as pdpi/pattern, where pattern
37 gives the number of the built-in pattern (1-90) or the name of a
38 Sun 1-, 8-, or 24-bit raster file. The dpi sets the resolution
39 of the image. For 1-bit rasters: use Pdpi/pattern for inverse
40 video, or append :Fcolor[B[color]] to specify fore- and back‐
41 ground colors (use color = - for transparency). See GMT Cook‐
42 book & Technical Reference Appendix E for information on indi‐
43 vidual patterns.
44
45 SPECIFYING COLOR
46 color The color of lines, areas and patterns can be specified by a
47 valid color name; by a gray shade (in the range 0-255); by a
48 decimal color code (r/g/b, each in range 0-255; h-s-v, ranges
49 0-360, 0-1, 0-1; or c/m/y/k, each in range 0-1); or by a hexa‐
50 decimal color code (#rrggbb, as used in HTML). See the gmtcol‐
51 ors manpage for more information and a full list of color names.
52
54 GMT(1), gmtcolors(5), psimage(1)
55
56
57
58GMT 4.5.6 10 Mar 2011 GMTLOGO(1)