An open API service indexing awesome lists of open source software.

https://github.com/mahmoudsaad111/function-plotter

Function plotter GUI using python with pyside2 and pytest to plot an arbitrary user-entered function.
https://github.com/mahmoudsaad111/function-plotter

pyside2-gui pytest python

Last synced: 3 months ago
JSON representation

Function plotter GUI using python with pyside2 and pytest to plot an arbitrary user-entered function.

Awesome Lists containing this project

README

        

# Function-Plotter
Function plotter GUI using python with pyside2 and pytest to plot an arbitrary user-entered function.

## Screenshots

### Start

![Start](screenshots/start.jpg)

### Valid Function

![Valid_Function](screenshots/valid_function.jpg)

### Constant Function

![Constant_Function](screenshots/constant_function.jpg)

### Errors

![Error_Empty_Fields](screenshots/error_empty_fields.jpg)

![Error_Invalid_Function](screenshots/error_invalid_function.jpg)

![Error_Min_Max](screenshots/error_min_max.jpg)