Skip to content

mr-georgebaker/pygraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pygraph

Author: mr-georgebaker
Email: georgebaker1@hotmail.com

Install:

Python 2.7 has to be installed. Currently no Python 3 support, because some needed libraries aren't ported to Python 3 yet.

1) git clone https://github.com/mr-georgebaker/pygraph.git
2) change to the new directory
3) chmod +x pygraphy.py

OR

1) Download the complete repository as a .zip file and unpack
2) change to the new directory
3) chmod +x pygraph.py

Needed libraries:

Numpy
Matplotlib

Usage:

Either see usage.txt or save the usage.txt file in the same directory as pygraph.py and see "Help" -> "Usage"

For example:

f(x) = sin(x)/2
f(x) = arcsin(x^2)
f(x) = x^3+3*x^2+x

pygraph screenshot

About

A simple function plotter based on matplotlib, tkinter and numpy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages