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

basemap_notes.rst_ 1.3 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
  1. Custom Labels or Intervals
  2. --------------------------
  3. The **-B** option sets up a regular annotation interval and the
  4. annotations derive from the corresponding *x*, *y*, or *z* coordinates.
  5. However, some applications requires special control on which annotations
  6. to plot and even replace the annotation with other labels. This is
  7. achieved by using **c**\ *intfile* in the **-B** option, where *intfile*
  8. contains all the information about annotations, ticks, and even
  9. gridlines. Each record is of the form *coord* *type* [*label*], where
  10. *coord* is the coordinate for this annotation (or tick or gridline),
  11. *type* is one or more letters from **a** (annotation), **i** interval
  12. annotation, **f** tickmark, and **g** gridline. Note that **a** and
  13. **i** are mutually exclusive and cannot both appear in the same
  14. *intfile*. Both **a** and **i** requires you to supply a *label* which
  15. is used as the plot annotation. If not given then a regular formatted
  16. annotation based on the coordinate will occur.
  17. Restrictions
  18. ------------
  19. For some projections, a spherical earth is implicitly assumed. A warning
  20. will notify the user if **-V** is set.
  21. Bugs
  22. ----
  23. The **-B** option is somewhat complicated to explain and comprehend.
  24. However, it is fairly simple for most applications (see examples).
Tip!

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

Comments

Loading...