Skip to content

lucylamb0/Plotter

Repository files navigation

Plotter

This repo is a simple terminal plotter using python utilizing matplotlib and pandas.

Background

The reason the repo exists is for potential use in my labs at university when conducting experiments and to quickly plot a graph.

Use

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages