Small utility for graphing mathematical functions developed using tkinter.
This utility is not finished yet and it's not meant for professional use.
To run the program you have two possibilities:
- First option:
This command will just start LazzarusGraph with an empty graph
$ python main.py
- Second option:
This command will start LazzarusGraph with the function passed as an argument already graphed. For example if the argument
$ python main.py "function"
"sin(x)"
is passed, the program will start like the screenshot in the gallery section.
In the dist folder it is possibile to find a Windows executable of the program built using pyinstaller.