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

ex06.rst 855 B

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
  1. .. _example_06:
  2. (6) Plotting of histograms
  3. --------------------------
  4. GMT provides two tools to render histograms:
  5. :doc:`histogram </histogram>` and :doc:`rose </rose>`. The former takes care of
  6. regular histograms whereas the latter deals with polar histograms (rose
  7. diagrams, sector diagrams, and wind rose diagrams). We will show an
  8. example that involves both programs. The remote file ``fractures_06.txt`` contains a compilation of
  9. fracture lengths and directions as digitized from geological maps. The remote
  10. file ``v3206_o6.txt`` contains all the bathymetry measurements from *Vema* cruise 3206.
  11. Our complete figure was made as a 2 by 1 :doc:`subplot </subplot>` figure by running
  12. this script:
  13. .. literalinclude:: /_verbatim/ex06.txt
  14. :language: bash
  15. .. figure:: /_images/ex06.*
  16. :width: 500 px
  17. :align: center
  18. Two kinds of histograms.
Tip!

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

Comments

Loading...