Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 581 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 581 Bytes

Function-Plotter

A Pyside2 GUI application that is used to plot a function in a predefined range of values using matplotlib library.

Getting started

Prerequisites

  • Python3
  • Pyside2
  • Matplotlib

usage

please clone this repository first and run the following command
$ python3 main.py
a window will open like the following Function Plotter
now, you should enter the equation and min & max value and press the plot button
the function figure should appear in the right side of the window or a dialoge box should popup if you made a mistake