Skip to content

Attempting to animate the beautiful trigonometry video from Numberphile in Python

License

Notifications You must be signed in to change notification settings

JoshuaDBruton/trig_animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trigonometry Animation

Python implementation of the animation shown in the YouTube video Beautiful Trigonometry uploaded by Numberphile.

Usage

This was implemented in Python 3.6.10 and there is a requirements.txt file in the repository. Fork and clone the repository, install the requirements and then run:

python animation.py

Which should produce the following animation: Alt Text

Saving

Installing imagemagick and uncommenting this line in "animation.py":

# animation.save('animation.gif', writer='imagemagick', fps=60)

will allow you to save your own .gif files.

About

Attempting to animate the beautiful trigonometry video from Numberphile in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages