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

gallery.rst 719 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
24
25
26
27
28
29
  1. .. _example_gallery:
  2. Example Gallery
  3. ===============
  4. In this section we will be giving numerous examples of typical usage of
  5. GMT programs. In general, we will start with a raw data set,
  6. manipulate the numbers in various ways, then display the results in
  7. diagram or map view. The resulting plots will have in common that they
  8. are all made up of simpler plots that have been overlaid to create a
  9. complex illustration.
  10. .. cssclass:: gmtgallary
  11. .. jinja:: jinja_ctx
  12. {% for i in range(1, no_of_examples + 1) %}
  13. {% set i = '%02d' % i %}
  14. - .. figure:: /_images/ex{{i}}.*
  15. :target: ./gallery/ex{{i}}.html
  16. :ref:`example_{{i}}`
  17. {% endfor %}
  18. .. toctree::
  19. :hidden:
  20. :glob:
  21. gallery/ex*
Tip!

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

Comments

Loading...