https://github.com/mazensayed91/function_plotter
https://github.com/mazensayed91/function_plotter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mazensayed91/function_plotter
- Owner: Mazensayed91
- Created: 2020-09-10T11:02:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T11:49:32.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T19:43:17.314Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Function_Plotter
### Dependencies:
Python : 3.7.3
numpy : 1.16.4
matplotlib : 3.1.0
re : 2.2.1
pyqt : 5
### How To Run:
download the three .py files in the repo and run gui.py, so a gui application will run and you'll be asked to enter a valid function, minimim x value and maximum x value
then press "OK" and a matplotlib figure will appear with the function plotted.
### Limitations:
The plotter plots only a function with the following operators : "+" , "-" , "\*" , "/" + "^"
more functions to be added soon (sin-cos-...).