Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.58 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.58 KB

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.