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

animations.rst 2.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
  1. Animations
  2. ==========
  3. Here we will explore what is
  4. involved in creating animations (i.e., movies). Of course, an animation
  5. is nothing more than a series of individual images played back in an
  6. orderly fashion. Here, these images will have been created with GMT.
  7. A GMT movie is made with the :doc:`movie </movie>` module that takes care of all the
  8. book-keeping of making a movie (advancing frame counters, converting each
  9. plot to a raster image, assembling the images into a movie). The user
  10. is left to focus on the creation of a main frame script (that will have access
  11. to special variables to know which frame it is as well as user-defined data)
  12. and optional scripts that
  13. prepares files for the movie, lays down a constant background plot, and
  14. appends a constant foreground plot. The :doc:`movie </movie>` module explains
  15. the available options and gives simple examples. Below are more advanced
  16. movie examples. You can generate anything from tiny animated gif files
  17. for your PowerPoint or KeyNote presentations or a full-featured movie with
  18. thousands of frames at HD or 4k resolution. **Note**: Several of the movie
  19. examples have been purposefully made simpler by selecting lower frame rates
  20. and coarser grids so that the automatic building of the documentation (which
  21. includes the animations) does not take excessive time.
  22. .. cssclass:: gmtgallary
  23. .. jinja::
  24. {% for i in range(1, 6) %}
  25. {% set i = '%02d' % i %}
  26. - .. figure:: /_images/anim{{i}}.*
  27. :target: ./animations/anim{{i}}.html
  28. :ref:`anim{{i}}`
  29. {% endfor %}
  30. .. cssclass:: gmtmovie
  31. - .. youtube:: 3vB53hoLsls
  32. :width: 100%
  33. :doc:`/animations/anim06`
  34. - .. youtube:: KfBwQlyjz5w
  35. :width: 100%
  36. :doc:`/animations/anim07`
  37. - .. youtube:: H0RyjHRhJ3g
  38. :width: 100%
  39. :doc:`/animations/anim08`
  40. - .. youtube:: LTxlR5LuJ8g
  41. :width: 100%
  42. :doc:`/animations/anim09`
  43. - .. youtube:: FLzYVo7wXAg
  44. :width: 100%
  45. :doc:`/animations/anim10`
  46. - .. youtube:: nmxy9yb2cR8
  47. :width: 100%
  48. :doc:`/animations/anim11`
  49. - .. youtube:: X8TojLs0NYk
  50. :width: 100%
  51. :doc:`/animations/anim12`
  52. .. toctree::
  53. :hidden:
  54. :glob:
  55. animations/anim*
Tip!

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

Comments

Loading...