p6nj / pygraphinter

Expression-based graph generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expression-based graph generator

We had these kind of exercices in BUT first year classes which asked to build a graph using a formula linking two points together in it. Ever wondered what it looks like with a high number of points and infinite resolution?
Find out now.

Deps?

Not really. This is entirely based on the tkinter silly library, on Windows you should already have it.
Get it with apt:

apt-get install python3-tk

Or just Google it.

Simple and hackable

Check out the code, it's really not that much.

About

Expression-based graph generator

License:MIT License


Languages

Language:Python 100.0%