Skip to content

csv plotting tool that allows for custom data analysis

License

Notifications You must be signed in to change notification settings

schiltz3/csv-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-plotter

CSV plotting tool that allows for custom data analysis and plotting of the analysis results

CSV Format:

The CSV must be in the following (standard) format to use with this reader

Column Name Column Name ...
data data ...
... ... ...

Installation

Install python libraries:

On Linux or Windows:

Run this command in the same directory as the requirements.txt file

python3 -m pip install -r requirements.txt

Install the tk C++ library for Python3 (only on Linux):

sudo apt-get install python3-tk

Open the file

image

Select Columns to graph

image

Graph Interface

image

This project is still under active development.

If you have any questions, or encounter any issues with installing or running the program, feel free to open a new issue or check to see if your issue has already been answered here

About

csv plotting tool that allows for custom data analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages