Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

sumagnadas/graph-plotter

Repository files navigation

graph-plotter Build Status codecov

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.

GUI

graph

After it is saved

saved

The saved photo right now has transparent background but in future, it can be customized


Summary

Installing

Please refer to INSTALLING.md on how to make this program work on your computer

Contributing

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.

Versioning

For the versions available, see the tags on this repository.

License

This project is licensed under the GPL-2.0 License - see the LICENSE file for details

Acknowledgments

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.