Skip to content

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

Notifications You must be signed in to change notification settings

yousefkotp/Function-Plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages