/FunctionPlotter

A GUI program that plots arbitrary user-entered function.

Primary LanguagePython

Function Plotter

A GUI Program that plot an arbitary input function providing setting limits and labels for axes x,y. The following operators must be supported: + - / * ^.

Installation dependicies

you can install all dependicies project needs by

  pip install -r requirement.txt

Examples

example1 example2 example3 example4

Running Tests

To run tests, run the following command

  pytest testing.py

Tests screenshot

tests