Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

gmtlogo-classic.rst 1.3 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
  1. .. index:: ! gmtlogo
  2. .. include:: module_core_purpose.rst_
  3. *******
  4. gmtlogo
  5. *******
  6. |gmtlogo_purpose|
  7. Synopsis
  8. --------
  9. .. include:: common_SYN_OPTs.rst_
  10. **gmtlogo** [ |-D|\ [**g**\|\ **j**\|\ **J**\|\ **n**\|\ **x**]\ *refpoint*\ **+w**\ *width*\ [**+j**\ *justify*]\ [**+o**\ *dx*\ [/*dy*]] ]
  11. [ |-F|\ [**+c**\ *clearances*][**+g**\ *fill*][**+i**\ [[*gap*/]\ *pen*]][**+p**\ [*pen*]][**+r**\ [*radius*]][**+s**\ [[*dx*/*dy*/][*shade*]]] ]
  12. [ |-J|\ *parameters* ]
  13. [ |-K| ]
  14. [ |-O| ] [ |-P| ]
  15. [ |SYN_OPT-Rz| ]
  16. [ |-S|\ [**l**\|\ **n**\|\ **u**] ]
  17. [ |SYN_OPT-U| ]
  18. [ |SYN_OPT-V| ]
  19. [ |SYN_OPT-X| ]
  20. [ |SYN_OPT-Y| ]
  21. [ |SYN_OPT-t| ]
  22. [ |SYN_OPT--| ]
  23. .. include:: gmtlogo_common.rst_
  24. .. include:: common_classic.rst_
  25. Examples
  26. --------
  27. To plot the GMT logo of a 144-point width as a stand-alone plot, use::
  28. gmt logo -P > logo.ps
  29. To append a GMT logo overlay in the upper right corner of the current map, but
  30. scaled up to be 6 cm wide and offset by 0.25 cm from the border, try::
  31. gmt logo -O -K -R -J -DjTR+o0.25c+w6c >> bigmap.ps
  32. Notes
  33. -----
  34. To instead plot the GMT QR code that links to www.generic-mapping-tools.org, just plot the
  35. custom symbols **QR** or **QR_transparent** in :doc:`psxy`.
  36. See Also
  37. --------
  38. :doc:`gmt`, :doc:`pslegend`,
  39. :doc:`psimage`, :doc:`psscale`, :doc:`psxy`
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...