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

ex30.rst 694 B

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. .. _example_30:
  2. (30) Trigonometric functions plotted in graph mode
  3. --------------------------------------------------
  4. Next, we continue with a simple mathematical illustration of sine and
  5. cosine, highlighting the *graph* mode for linear projections and the new
  6. curved vectors for angles.
  7. The script simply draws a graph basemap, computes sine and cosine and
  8. plots them as lines, then indicates on a circle that these quantities
  9. are simply the projections of an unit vector on the x- and y-axis, at
  10. the given angle.
  11. .. literalinclude:: /_verbatim/ex30.txt
  12. :language: bash
  13. .. figure:: /_images/ex30.*
  14. :width: 500 px
  15. :align: center
  16. Trigonometric functions plotted in graph mode.
Tip!

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

Comments

Loading...