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.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
56
  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. **gmt logo** [ |-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* ] [ |-J|\ **z**\|\ **Z**\ *parameters* ]
  13. [ |SYN_OPT-Rz| ]
  14. [ |-S|\ [**l**\|\ **n**\|\ **u**] ]
  15. [ |SYN_OPT-U| ]
  16. [ |SYN_OPT-V| ]
  17. [ |SYN_OPT-X| ]
  18. [ |SYN_OPT-Y| ]
  19. [ |SYN_OPT-t| ]
  20. [ |SYN_OPT--| ]
  21. .. include:: gmtlogo_common.rst_
  22. Examples
  23. --------
  24. .. include:: oneliner_info.rst_
  25. To plot the GMT logo of a 144-point width as a stand-alone pdf plot, use::
  26. gmt logo -pdf logo
  27. To append a GMT logo overlay in the upper right corner of the current map, but
  28. scaled up to be 6 cm wide and offset by 0.25 cm from the border, try::
  29. gmt begin map
  30. gmt ...<plot the map using -R -J>
  31. gmt logo -DjTR+o0.25c+w6c
  32. gmt end show
  33. Notes
  34. -----
  35. To instead plot the GMT QR code that links to www.generic-mapping-tools.org, just plot the
  36. custom symbols **QR** or **QR_transparent** in :doc:`plot`.
  37. See Also
  38. --------
  39. :doc:`gmt`, :doc:`legend`,
  40. :doc:`image`, :doc:`colorbar`, :doc:`plot`
Tip!

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

Comments

Loading...