Graphython is a python based graph making program.
- It makes use of matplotlib graphs more easy to visualize.
- This program takes n_rows x 2_columns.
- future_scope.py is intentioned for project scope expansion in the deconvolution of curves
Python 3.6+
- NumPy (
pip install numpy
) - Pandas (
pip install pandas
) - MatplotLib (
pip install matplotlib
) - Tkinter - Built-in python library
Main Application View:
Various Application Features:
Actual Graph View:
Graph Pan & Zoom Feature:
Tab Options:
Pull requests are welcome.
Open Source license MIT.