This repo is a simple terminal plotter using python utilizing matplotlib and pandas.
The reason the repo exists is for potential use in my labs at university when conducting experiments and to quickly plot a graph.
To use ensure tkinter, matplotlib and pandas is installed on your python installation.
On Windows and most os':
pip3 install python-tk matplotlib pandas
On arch:
sudo pacman -S tk python-pandas python-matplotlib
Data files should be structured such that the top row consits of headings for labels and should go x,y,z.
Feel free to use if you find a use