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

contour.rst 2.2 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
  1. .. index:: ! contour
  2. .. include:: module_core_purpose.rst_
  3. *********
  4. contour
  5. *********
  6. |contour_purpose|
  7. Synopsis
  8. --------
  9. .. include:: common_SYN_OPTs.rst_
  10. **gmt contour** [ *table* ] |-J|\ *parameters*
  11. |SYN_OPT-Rz|
  12. [ |-A|\ [**n**\|\ *contours*][*labelinfo*] ]
  13. [ |SYN_OPT-B| ]
  14. [ |-C|\ *contours* ]
  15. [ |-D|\ [*template*] ] [ |-E|\ *indexfile* ]
  16. [ |-G|\ [**d**\|\ **f**\|\ **n**\|\ **l**\|\ **L**\|\ **x**\|\ **X**]\ *params* ]
  17. [ |-I| ] [ |-J|\ **z**\|\ **Z**\ *parameters* ]
  18. [ |-L|\ *pen* ] [ |-N| ]
  19. [ |-Q|\ [*cut*][**+z**] ]
  20. [ |-S|\ [*p*\|\ *t*] ]
  21. [ |-T|\ [**h**\|\ **l**][**+a**][**+d**\ *gap*\ [/*length*]][**+l**\ [*labels*]] ]
  22. [ |SYN_OPT-U| ]
  23. [ |SYN_OPT-V| ]
  24. [ |-W|\ [*type*]\ *pen*\ [**+c**\ [**l**\|\ **f**]] ]
  25. [ |SYN_OPT-X| ]
  26. [ |SYN_OPT-Y| ]
  27. [ |SYN_OPT-b| ]
  28. [ |SYN_OPT-d| ]
  29. [ |SYN_OPT-e| ]
  30. [ |SYN_OPT-h| ]
  31. [ |SYN_OPT-i| ]
  32. [ |SYN_OPT-l| ]
  33. [ |SYN_OPT-p| ]
  34. [ |SYN_OPT-qi| ]
  35. [ |SYN_OPT-t| ]
  36. [ |SYN_OPT-:| ]
  37. [ |SYN_OPT--| ]
  38. .. include:: contour_common.rst_
  39. Examples
  40. --------
  41. .. include:: explain_example.rst_
  42. .. include:: oneliner_info.rst_
  43. To make a raw contour plot from the remote file Table_5.11.txt and draw the
  44. contours every 25 and annotate every 50, using the default Cartesian projection, try
  45. ::
  46. gmt contour @Table_5_11.txt -Wthin -C25 -A50 -B -pdf map
  47. To use the same data but only contour the values 750 and 800, use
  48. ::
  49. gmt contour @Table_5_11.txt -A750,800 -W0.5p -B -pdf map
  50. To create a color plot of the numerical temperature
  51. solution obtained on a triangular mesh whose node coordinates and
  52. temperatures are stored in temp.xyz and mesh arrangement is given by the
  53. file mesh.ijk, using the colors in temp.cpt, run
  54. ::
  55. gmt contour temp.xyz -R0/150/0/100 -Jx0.1i -Ctemp.cpt -G -W0.25p -pdf temp
  56. To save the triangulated 100-m contour lines in topo.txt and separate
  57. them into multisegment files (one for each contour level), try
  58. ::
  59. gmt contour topo.txt -C100 -Dcontours_%.0f.txt
  60. .. include:: contour_notes.rst_
  61. .. include:: auto_legend_info.rst_
  62. See Also
  63. --------
  64. :doc:`gmt`, :doc:`gmt.conf`,
  65. :doc:`gmtcolors`,
  66. :doc:`grdcontour`,
  67. :doc:`grdimage`,
  68. :doc:`nearneighbor`,
  69. :doc:`basemap`, :doc:`colorbar`,
  70. :doc:`surface`,
  71. :doc:`triangulate`
Tip!

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

Comments

Loading...