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

ex48.rst 915 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
  1. .. _example_48:
  2. (48) Line networks, map embellishments, and curved titles
  3. ---------------------------------------------------------
  4. In this example we show how the module :doc:`plot </plot>`
  5. can be used to create a network of lines based on a file with
  6. just the nodes (the siz airports). We also demonstrate how the
  7. lines can be shortened by (a) a given measure (here 250 km)
  8. and then (b) the length of the added vector heads. The airspace
  9. closest to each airport is identified as spherical Voronoi
  10. cells by :doc:`sphtriangulate </sphtriangulate>` and filled
  11. with transparent coloring, allowing us to see the seafloor
  12. texture beneath. Finally,
  13. we add six local spiderweb azimuth/distance gridlines and
  14. set a curved plot title.
  15. .. literalinclude:: /_verbatim/ex48.txt
  16. :language: bash
  17. .. figure:: /_images/ex48.*
  18. :width: 500 px
  19. :align: center
  20. Line networks, map embellishments, and curved titles.
Tip!

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

Comments

Loading...