A Graph Plotter written in python and built on Qt framework.
The graph is plotted on the left side and the points are given on the right side.
You can also save the graph on your computer.
The saved photo right now has transparent background but in future, it can be customized
Please refer to INSTALLING.md on how to make this program work on your computer
If you want to contribute to this repository, then create an issue about the bug or the feature. After that, fork this repository and create a pull request stating what changes have you done.
For the versions available, see the tags on this repository.
This project is licensed under the GPL-2.0 License - see the LICENSE file for details
Thanks to the people on IRC of PySide2 and python who helped me fix the errors I got while making this. Some of the code is also taken from the examples present on ZetCode.