Mini project of graphing data from various input files with additional features. Script generates 2 plots. One with histograms, second with data. To the second graph, legend, mean values (with plots), max and min values of each dataset, some labels and 2 prediction values are added. Names for the legend are copied from the filenames. Note: For now, only y values are possible to graph. In the future, it will be possible to add measured x values to the plot.
Python 3.9.10
All required packages in requirements.txt file.
To install all required packages, type:
pip install -r requirements.txt
in the terminal.
- Copy files, that you want to graph, to the directory with a script.
- Run the script.
- Specify extension of files to graph (just json for now).
- After successful execution, 2 plots should be visible: 1 with histograms and 1 with actual data.
I personally use it mostly for fun, to see how measurements evolve over time and to have a quick prediction of the next possible value.
Script project contains also sample json files for processing.
Distributed under the MIT License. See LICENSE file for more information.