A simple program that takes a function from the user and plots it using Pyside2 and Matplotlib.
- The program takes the function, minimum x, and maximum x from the user
- It validates the input parameters are not empty
- It validates that the input parameters are entered correctly ( e.g function is valid such as x^2+5, max x > min x )
- Then, if everything is correct, the function will be plotted after clicking on the plot button
Karim Mahmoud |