Function-Plotter A simple GUI Python program to plot any function in x from a starting point to ending point. Table of Content Function-Plotter Libraries used Layout Test cases Handling input errors Notes Libraries used Tkinkter matplotlib Layout Test cases x1 = -2, x2= 3, function = 5 * x3 + 2 * x. x1 = 0, x2 =10, function = 2 + 3 * x - 5 Handling input errors Notes Make sure you enter the function space-separated.