Plotter for CSV from VS Cloud
- Clone Repo/Download and unpack zip folder
- Add CSV data in
data/csvor add download links for csv files toconstants.CSV_DOWNLOAD_LIST. - Optional: change
scripts/plots.pyto fulfill your needs and add desired plot functions togenerate_plots/main(). - Optional: Change plot style or make adjustments in
constants.py. - Run either
generate_plots.cmdorgenerate_plots.sh. This installs all dependencies specified insetup.pyand executesgenerate_plots.py. - If last step succeeds, generated plots are located in plot folder specified in
constants.
This is only nessecary for developing: To install the dependencies for this project, you can use either requirements.txt or setup.py.
pip install -r requirements.txtpip install .Now you should be able to change/add code with every third party package being correctly resolved.
If you want to contribute to this project, follow these steps:
- Fork the project.
- Create a new branch.
- Make your changes and submit a pull request.