/FunctionPlotter

This Program is designed with python to plot 2D mathmatical functions

Primary LanguagePython

Function Plotter

About

  • Responsive GUI which plot mathmatical equations on specified range

📝 Description

  • Takes any arbitrary equation from the user and plot it on given range .

🏁 Getting Started

Dependencies

  • Python
  • QTDesigner

💻 Installing

git clone https://github.com/abdelazizSalah/FunctionPlotter

📷 Screenshots

Tips Screen

1

hovering over

input

2

minimum value

3

maximum value

4

Del Button

5

CLR Button

6

Draw Button

7

plotting 2*x + x^2

8

plotting 1/(2 - x)

9

plotting 3*exp(x)

10

Wrong inputs

2x

11

missing closing bracket

12