Skip to content

segmentation-fault/tupper-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tupper-py

Introduction

Implements a class that plots Tupper's self-referencing formula at custom shifts, up and down the vertical axis. There is a nice video by Matt Parker explaining the formula.

Example

First we instantiate the class:

T = TupperPy()

Then we save the original Tupper's bitmap, by calling the plot_tupper method without arguments:

T.plot_tupper()
plt.savefig(os.path.join("images", "tupper_classic.png"))

The result is shown below.

About

Tupper's original self-referential formula plotter, with shifting properties

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages