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

psternary.rst 1.4 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
  1. .. index:: ! psternary
  2. .. include:: module_core_purpose.rst_
  3. *********
  4. psternary
  5. *********
  6. |psternary_purpose|
  7. Synopsis
  8. --------
  9. .. include:: common_SYN_OPTs.rst_
  10. **gmt psternary** [ *table* ]
  11. [ **-JX**\ *width* ]
  12. [ |-R|\ *amin/amax/bmin/bmax/cmin/cmax* ]
  13. [ |SYN_OPT-B| ]
  14. [ |-C|\ *cpt* ]
  15. [ |-G|\ *fill* ]
  16. [ |-K| ]
  17. [ |-L|\ *a*\ /*b*\ /*c* ]
  18. [ |-M| ]
  19. [ |-N| ]
  20. [ |-O| ] [ |-P| ]
  21. [ |-S|\ [*symbol*][*size*] ]
  22. [ |SYN_OPT-U| ]
  23. [ |SYN_OPT-V| ]
  24. [ |-W|\ [*pen*][*attr*] ]
  25. [ |SYN_OPT-X| ]
  26. [ |SYN_OPT-Y| ]
  27. [ |SYN_OPT-bi| ]
  28. [ |SYN_OPT-di| ]
  29. [ |SYN_OPT-e| ]
  30. [ |SYN_OPT-f| ]
  31. [ |SYN_OPT-g| ]
  32. [ |SYN_OPT-h| ]
  33. [ |SYN_OPT-i| ]
  34. [ |SYN_OPT-p| ]
  35. [ |SYN_OPT-qi| ]
  36. [ |SYN_OPT-t| ]
  37. [ |SYN_OPT-:| ]
  38. [ |SYN_OPT--| ]
  39. .. include:: ternary_common.rst_
  40. .. include:: common_classic.rst_
  41. Examples
  42. --------
  43. .. include:: explain_example.rst_
  44. To plot circles (diameter = 0.1 cm) on a 6-inch-wide ternary diagram at the positions listed
  45. in the file ternary.txt, with default annotations and gridline spacings, using the
  46. specified labeling, try::
  47. gmt makecpt -Cturbo -T0/80/10 > t.cpt
  48. gmt psternary @ternary.txt -R0/100/0/100/0/100 -JX6i -P -Sc0.1c -Ct.cpt -LWater/Air/Limestone \
  49. -Baafg+l"Water component"+u" %" -Bbafg+l"Air component"+u" %" -Bcagf+l"Limestone component"+u" %" \
  50. -B+givory+t"Example data from MATLAB Central" > map.ps
  51. See Also
  52. --------
  53. :doc:`gmt`, :doc:`gmt.conf`,
  54. :doc:`gmtcolors`,
  55. :doc:`psbasemap`,
  56. :doc:`psxy`,
  57. :doc:`psxyz`
Tip!

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

Comments

Loading...