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

rose.rst 2.1 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
  1. .. index:: ! rose
  2. .. include:: module_core_purpose.rst_
  3. ******
  4. rose
  5. ******
  6. |rose_purpose|
  7. Synopsis
  8. --------
  9. .. include:: common_SYN_OPTs.rst_
  10. **gmt rose** [ *table* ] [ |-A|\ *sector_width*\ [**+r**] ]
  11. [ |SYN_OPT-B| ]
  12. [ |-C|\ *cpt* ]
  13. [ |-D| ]
  14. [ |-E|\ **m**\|\ [**+w**]\ *mode_file* ]
  15. [ |-F| ]
  16. [ |-G|\ *fill* ] [ |-I| ]
  17. [ |-J|\ **X**\ *diameter* ]
  18. [ |-L|\ [*wlabel*\ ,\ *elabel*\ ,\ *slabel*\ ,\ *nlabel*] ]
  19. [ |-M|\ *parameters* ]
  20. [ |-Q|\ *alpha* ]
  21. [ |-R|\ *r0*/*r1*/*az0*/*az1* ]
  22. [ |-S| ]
  23. [ |-T| ]
  24. [ |SYN_OPT-U| ]
  25. [ |SYN_OPT-V| ]
  26. [ |-W|\ [**v**]\ *pen* ]
  27. [ |SYN_OPT-X| ]
  28. [ |SYN_OPT-Y| ]
  29. [ |-Z|\ **u**\|\ *scale* ]
  30. [ |SYN_OPT-bi| ]
  31. [ |SYN_OPT-di| ]
  32. [ |SYN_OPT-e| ]
  33. [ |SYN_OPT-h| ]
  34. [ |SYN_OPT-i| ]
  35. [ |SYN_OPT-p| ]
  36. [ |SYN_OPT-qi| ]
  37. [ |SYN_OPT-t| ]
  38. [ |SYN_OPT-:| ]
  39. [ |SYN_OPT--| ]
  40. .. include:: rose_common.rst_
  41. Examples
  42. --------
  43. .. include:: explain_example.rst_
  44. .. include:: oneliner_info.rst_
  45. To plot a half circle rose diagram of the data in the remote data file
  46. azimuth_lengths.txt (containing pairs of (azimuth, length in meters)),
  47. using a 5 degree bin sector width, on a circle of diameter = 10 cm, using a light blue
  48. shading, try::
  49. gmt rose @azimuth_lengths.txt -: -A5 -JX10c -F -L -Glightblue -R0/1/0/180 -Bxaf+l"Fault length" -Byg30 -S -pdf half_rose
  50. To plot a full circle wind rose diagram of the data in the file
  51. lines.r_az, on a circle of diameter = 10 cm, grid going out to radius =
  52. 500 units in steps of 100 with a 45 degree sector interval, using a
  53. solid pen (width = 0.5 point, and shown in landscape [Default]
  54. orientation with a timestamp and command line plotted, use:
  55. ::
  56. gmt rose lines.az_r -R0/500/0/360 -JX10c -Bxg100 -Byg45 -B+t"Windrose diagram" -W0.5p -U+c -pdf rose
  57. Redo the same plot but this time add orange vector heads to each direction (with nominal head size
  58. 0.5 cm but this will be reduced linearly for lengths less than 1 cm) and save the plot, use:
  59. ::
  60. gmt rose lines.az_r -R0/500/0/360 -JX10c -Bxg100 -Byg45 -B+t"Windrose diagram" -M0.5c+e+gorange+n1c -W0.5p -U+c -pdf rose
  61. .. include:: rose_notes.rst_
  62. See Also
  63. --------
  64. :doc:`gmt`, :doc:`gmt.conf`,
  65. :doc:`gmtcolors`, :doc:`histogram`
Tip!

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

Comments

Loading...