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

psxyz.rst 1.8 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
  1. .. index:: ! psxyz
  2. .. include:: module_core_purpose.rst_
  3. *****
  4. psxyz
  5. *****
  6. |psxyz_purpose|
  7. Synopsis
  8. --------
  9. .. include:: common_SYN_OPTs.rst_
  10. **gmt psxyz** [ *table* ] |-J|\ *parameters*
  11. |-J|\ **z**\|\ **Z**\ *parameters*
  12. |SYN_OPT-Rz|
  13. [ |-A|\ [**m**\|\ **p**\|\ **x**\|\ **y**] ]
  14. [ |SYN_OPT-B| ]
  15. [ |-C|\ *cpt* ]
  16. [ |-D|\ *dx*/*dy*\ [/*dz*] ]
  17. [ |-G|\ *fill* ]
  18. [ |-I|\ [*intens*] ]
  19. [ |-K| ]
  20. [ |-L|\ [**+b**\|\ **d**\|\ **D**][**+xl**\|\ **r**\|\ *x0*][**+yl**\|\ **r**\|\ *y0*][**+p**\ *pen*] ]
  21. [ |-N| ] [ |-O| ] [ |-P| ] [ |-Q| ]
  22. [ |-S|\ [*symbol*][*size*][/*size_y*] ]
  23. [ |-T| ]
  24. [ |SYN_OPT-U| ]
  25. [ |SYN_OPT-V| ]
  26. [ |-W|\ [*pen*][*attr*] ]
  27. [ |SYN_OPT-X| ]
  28. [ |SYN_OPT-Y| ]
  29. [ |-Z|\ *value* [**+f**\|\ **l**]]
  30. [ |SYN_OPT-a| ]
  31. [ |SYN_OPT-bi| ]
  32. [ |SYN_OPT-di| ]
  33. [ |SYN_OPT-e| ]
  34. [ |SYN_OPT-f| ]
  35. [ |SYN_OPT-g| ]
  36. [ |SYN_OPT-h| ]
  37. [ |SYN_OPT-i| ]
  38. [ |SYN_OPT-p| ]
  39. [ |SYN_OPT-qi| ]
  40. [ |SYN_OPT-t| ]
  41. [ |SYN_OPT-:| ]
  42. [ |SYN_OPT--| ]
  43. .. include:: plot3d_common.rst_
  44. .. include:: common_classic.rst_
  45. Examples
  46. --------
  47. .. include:: explain_example.rst_
  48. To plot blue columns (width = 1.25 cm) at the positions listed in the
  49. file heights.xyz on a 3-D projection of the space (0-10), (0-10),
  50. (0-100), with tickmarks every 2, 2, and 10, viewing it from the
  51. southeast at 30 degree elevation, use:
  52. ::
  53. gmt psxyz heights.xyz -R0/10/0/10/0/100 -Jx1.25c -Jz0.125c -So1.25c \
  54. -Gblue -Bx2+lXLABEL -By2+lYLABEL -Bz10+lZLABEL -B+t"3-D PLOT" -p135/30 \
  55. -U+c -W -P > heights.ps
  56. To plot a point with color and outline dictated by the *t.cpt* file for the *level*-value 65, try
  57. ::
  58. echo 175 30 0 | gmt psxyz -R150/200/20/50 -JX15c -Sc0.5c -Z65 -Ct.cpt > map.ps
  59. .. include:: plot3d_notes.rst_
  60. See Also
  61. --------
  62. :doc:`gmt`, :doc:`gmt.conf`,
  63. :doc:`gmtcolors`,
  64. :doc:`psbasemap`, :doc:`psxy`
Tip!

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

Comments

Loading...