CSV plotting tool that allows for custom data analysis and plotting of the analysis results
The CSV must be in the following (standard) format to use with this reader
Column Name | Column Name | ... |
---|---|---|
data | data | ... |
... | ... | ... |
Run this command in the same directory as the requirements.txt file
python3 -m pip install -r requirements.txt
sudo apt-get install python3-tk
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