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

end.rst 1.1 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
  1. .. index:: ! end
  2. .. include:: module_core_purpose.rst_
  3. ***
  4. end
  5. ***
  6. |end_purpose|
  7. Synopsis
  8. --------
  9. .. include:: common_SYN_OPTs.rst_
  10. **gmt end**
  11. [ **show** ]
  12. [ |SYN_OPT-V| ]
  13. |No-spaces|
  14. Description
  15. -----------
  16. This **end** module terminates the modern mode session created with **begin** and finalizes the processing of all registered
  17. figures. The final graphics will be placed in the current directory and the hidden sessions directory
  18. will be removed.
  19. Optional Arguments
  20. ------------------
  21. **show**
  22. Open all graphics produced by the session in the default viewer.
  23. .. _-V:
  24. .. |Add_-V| unicode:: 0x20 .. just an invisible code
  25. .. include:: explain_-V.rst_
  26. .. include:: explain_help_nopar.rst_
  27. Examples
  28. --------
  29. To close the current modern session and finalize any plots requested, we use::
  30. gmt end
  31. Disable display
  32. ---------------
  33. If you wish to run scripts that end with **gmt end show** but sometimes prefer to not display the results,
  34. you can set the environmental parameter **GMT_END_SHOW** to off.
  35. See Also
  36. --------
  37. :doc:`begin`,
  38. :doc:`clear`,
  39. :doc:`docs`,
  40. :doc:`figure`,
  41. :doc:`inset`,
  42. :doc:`subplot`,
  43. :doc:`gmt`
Tip!

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

Comments

Loading...