GUI program that plots your input f(x) in a specific interval [minX,maxX] and display the figure.
You can save plots as images in your local machine.
plotX has a beautiful interactive error message to inform the user if he messes up.
To run the Program You need Python and PyQt5 to open the application with command:
bash python3 app.py
While test scripts written with Pytest and Allure-Report for python to generate the report:
bash ./RunTest.sh
If user enter min x greater than max x the application will swap their values,
plot the function and inform the user