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_-t_full.rst_ 1.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
  1. The **-t** option
  2. ^^^^^^^^^^^^^^^^^
  3. **Syntax**
  4. **-t**\ *transp*\ [/*transp2*][**+f**\ \|\ **s**]
  5. Set transparency level(s) for an overlay.
  6. **Description**
  7. The **-t** option allows you to change the transparency level for the current overlay by appending the *transp*
  8. percentage in the 0-100 range [default is 0 (i.e., opaque)]. Normally, *transp* applies to both fill and stroke, but you
  9. can limit the transparency to one of them by appending **+f** or **+s** for fill or stroke, respectively. Alternatively,
  10. append /*transp2* to set separate transparencies for fills and strokes.
  11. Transparency may also be controlled on a feature by feature basis when setting color or fill (see the cookbook section
  12. :ref:`-Gfill_attrib`). **Note**: The modules :doc:`/plot`, :doc:`/plot3d`, and :doc:`/text` can all change
  13. transparency on a record-by-record basis if **-t** is given without argument and the input file supplies variable
  14. transparencies as the last numerical column value(s). **Note**: The transparency is only visible when PDF or raster
  15. format output is selected because the PostScript language does not support transparency. Only the PNG format selection
  16. adds a transparency layer in the image (for further processing).
Tip!

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

Comments

Loading...