Skip to content

A simple program that takes a function from the user and plow it using Pyside2 and Matplotlib

License

Notifications You must be signed in to change notification settings

karimmahmoud22/Function_Plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Function_Plotter

A simple program that takes a function from the user and plots it using Pyside2 and Matplotlib.

About

  • The program takes the function, minimum x, and maximum x from the user
  • It validates the input parameters are not empty
  • It validates that the input parameters are entered correctly ( e.g function is valid such as x^2+5, max x > min x )
  • Then, if everything is correct, the function will be plotted after clicking on the plot button

Working Snapshots

X^2

GIVEN EXAMPLE

complex example

Wrong Snapshots

all empty

min and max empt

min empty

max empty

invalid func

Contributors

Karim Mahmoud
Karim Mahmoud

About

A simple program that takes a function from the user and plow it using Pyside2 and Matplotlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages