A GUI based program that plots an entered mathmatical function on a Matplotlib figure. It was built using Pyside2.
Python3 -> Pyside2, Numpy, Matplotlib
pip3 install -r requirements.txt- Clone the repository
git clone https://github.com/abhijeet007rocks8/Dev-Scripts- Change Directory
cd Dev-Scripts/Python/Function-Ploter/- Run the script
python3 plotter.py- Enter a mathematical x-function.
- Click plot to view the output.
- Change x values range as desired.






