Skip to content

this program plot your input f(x) in a specific interval

Notifications You must be signed in to change notification settings

We2Am-BaSsem/plotX

Repository files navigation

plotX

logo

Description

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.

Test Report

Report

Dependencies

  1. logo Python
  2. logo PyQt5
  3. logo Pytest
  4. logo Allure-Reporter

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

Screenshots

Application GUI logo

If user enter empty data logo

If user enter min x greater than max x the application will swap their values, plot the function and inform the user

logo

logo

logo

About

this program plot your input f(x) in a specific interval

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published