Skip to content

julianschmoll/vs_csv_plotter

Repository files navigation

vs_csv_plotter

Plotter for CSV from VS Cloud

Usage

  1. Clone Repo/Download and unpack zip folder
  2. Add CSV data in data/csv or add download links for csv files to constants.CSV_DOWNLOAD_LIST.
  3. Optional: change scripts/plots.py to fulfill your needs and add desired plot functions to generate_plots/main().
  4. Optional: Change plot style or make adjustments in constants.py.
  5. Run either generate_plots.cmd or generate_plots.sh. This installs all dependencies specified in setup.py and executes generate_plots.py.
  6. If last step succeeds, generated plots are located in plot folder specified in constants.

Installation

This is only nessecary for developing: To install the dependencies for this project, you can use either requirements.txt or setup.py.

Using requirements.txt

pip install -r requirements.txt

Using setup.py

pip install .

Now you should be able to change/add code with every third party package being correctly resolved.

Contributing

If you want to contribute to this project, follow these steps:

  1. Fork the project.
  2. Create a new branch.
  3. Make your changes and submit a pull request.

About

Plotter for CSV from VS Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages