yousefkotp / Function-Plotter

A simple GUI Python program to plot any function in x from a starting point to ending point.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function-Plotter

A simple GUI Python program to plot any function in x from a starting point to ending point.

Table of Content

Libraries used

  1. Tkinkter
  2. matplotlib

Layout

image

Test cases

x1 = -2, x2= 3, function = 5 * x3 + 2 * x.

image


x1 = 0, x2 =10, function = 2 + 3 * x - 5

image

Handling input errors

image

image

image

image

image

image

Notes

Make sure you enter the function space-separated.

About

A simple GUI Python program to plot any function in x from a starting point to ending point.


Languages

Language:Python 100.0%