An open API service indexing awesome lists of open source software.

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

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