Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Function Plotter

Description

A GUI based program that plots an entered mathmatical function on a Matplotlib figure. It was built using Pyside2.

Teck Stack

Python3 -> Pyside2, Numpy, Matplotlib

Install the Dependencies

pip3 install -r requirements.txt

Run Local

  • 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.

Demonstration Video

Python_Function_Plotter.mp4

Working Examples

  • Valid X-Function

Valid X-Function

  • Constant Function

Constant Function

  • Quadratic Function

Quadratic Function

Wrong Examples

  • Empty Fucntion

Empty Fucntion

  • Invalid Function

Invalid X-Function

  • Min Range > Max Range

Min Range > Max Range

  • Max Range < Min Range

Max Range < Min Range