A simple GUI Python program to plot any function in x from a starting point to ending point.
- Tkinkter
- matplotlib
x1 = -2, x2= 3, function = 5 * x3 + 2 * x.
x1 = 0, x2 =10, function = 2 + 3 * x - 5
Make sure you enter the function space-separated.