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

explain_clabelinfo.rst_ 3.2 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
  1. **+a**\ *angle*
  2. Place annotations at a fixed angle, or use **+an** for contour-normal and
  3. **+ap** for contour-parallel [Default]. For **+ap**, you may optionally
  4. append **u** for up-hill and **d** for down-hill cartographic annotations.
  5. **+c**\ *dx*\ [/*dy*]
  6. Sets the clearance between label and optional text box. Append
  7. **c**\|\ **i**\|\ **p** to specify the unit or % to indicate a
  8. percentage of the label font size [15%].
  9. **+d**
  10. Turns on debug mode, which will draw helper points and lines to illustrate
  11. the workings of the contour line setup.
  12. **+e**
  13. Delay the plotting of the text. This is used to build a clip path
  14. based on the text, then lay down other overlays while that clip path
  15. is in effect, then turning of clipping with clip **-Cs** which
  16. finally plots the original text.
  17. **+f**\ *font*
  18. Sets the desired font [Default :term:`FONT_ANNOT_PRIMARY` with its
  19. size changed to 9p].
  20. **+g**\ [*color*]
  21. Selects opaque text boxes [Default is transparent]; optionally
  22. specify the color [Default is :term:`PS_PAGE_COLOR`].
  23. **+i**
  24. Invisible lines (i.e., hide the lines) [Default draws the lines]. This may be useful if all you want
  25. is to see annotations and labels and not the lines that guides them.
  26. **+j**\ *just*
  27. Sets label justification relative to the line center point [Default is MC].
  28. **+n**\ *dx*\ [/*dy*]
  29. Nudges the placement of labels by the specified amount (append
  30. **c**\|\ **i**\|\ **p** to specify the units). Increments
  31. are considered in the coordinate system defined by the
  32. orientation of the contour (contour is *x*, normal to contour is *y*);
  33. use **+N** to force increments in the overall
  34. plot x/y coordinates system [no nudging]. Not allowed with **+v**.
  35. **+o**
  36. Selects rounded rectangular text box [Default is rectangular].
  37. Not applicable for curved text (**+v**) and only makes sense for
  38. opaque text boxes.
  39. **+p**\ [*pen*]
  40. Draws the outline of text boxes [Default is no outline];
  41. optionally specify pen for outline [Default selects width = 0.25p,
  42. color = black, style = solid].
  43. **+r**\ *min\_rad*
  44. Will not place labels where the contours's radius of curvature is
  45. less than *min\_rad* [Default is 0].
  46. **+t**\ [*file*]
  47. Saves contour label x, y, angle, and text to *file* [Contour\_labels.txt].
  48. **+u**\ *unit*
  49. Appends *unit* to all contour labels. [Default is no unit].
  50. If **z** is appended we use the z-unit from the grid file.
  51. **+v**
  52. Specifies curved labels following the contour [Default is straight
  53. labels].
  54. **+w**
  55. Specifies how many (*x*,\ *y*) points will be used to estimate
  56. label angles [automatic].
  57. **+x**\ [*first,last*]
  58. Adds *first* and *last* to these two labels [,'] placed at either end of a quoted line.
  59. This modifier is only allowed when **-SqN**\ 2 is used to place a label at the
  60. start and stop of a line (the default adds a prime to the end label).
  61. **+=**\ *prefix*
  62. Prepends *prefix* to all contour labels. [Default is no prefix].
Tip!

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

Comments

Loading...