https://github.com/piebro/plotting-tools
A collections a tool to pre process svgs for plotting
https://github.com/piebro/plotting-tools
Last synced: 9 months ago
JSON representation
A collections a tool to pre process svgs for plotting
- Host: GitHub
- URL: https://github.com/piebro/plotting-tools
- Owner: piebro
- Created: 2019-07-09T16:10:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T17:11:43.000Z (over 6 years ago)
- Last Synced: 2025-07-11T11:52:20.776Z (11 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plotting Tools
## Installation
run `pip install .` in the project folder. Reinstalling it will also overwrite you config files.
## Commands
- `pre_process path-to-input-file` to preprocess the svg you want to plot with the standard config
- `pre_process_config` to edit the standart pre_process_config with gedit
- `plot path-to-input-file` to plot the svg with the standard plot_config
- `plot_config` to edit the standart plot_config with gedit
## Development
run `python plotting_tools/pre_process.py path-to-input-file` to test pre_process and run `python plotting_tools/plot.py path-to-input-file` to test plot