Skip to content

MohamedKamalOthman/Function-Plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Function-Plotter

you can run the program using the following command (tested with python version 3.8.8)

python main.py

Dependencies:

  • PyQt5
  • matplotlib
  • numpy

Supported operations:

+ - / * ^

Supported functions:

  • sin(x), cos(x), tan(x), sinh(x), cosh(x), tanh(x)
  • x^n, n^x, x^x, sqrt(x)
  • ln(x), log(x)

Supported constents:

  • pi, e

tested with pytest and numpy.testing

some examples

python_ETd9CwFe1P

python_W1hISgewwA

python_IMvMOIPazl

python_tgL4Nh6yhw

python_pGPaGaJ2pL

python_cafkBKceAm

About

GUI Function plotter using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages