diff options
| author | bozokopic <bozo.kopic@gmail.com> | 2018-04-23 17:20:48 +0200 |
|---|---|---|
| committer | bozokopic <bozo.kopic@gmail.com> | 2018-04-23 17:20:48 +0200 |
| commit | 64de5a7de73e12babe02a266f90fb44d168eb51f (patch) | |
| tree | f205011a66f53369c88d273ac70a496f3cf506fb /playground/calculate | |
| parent | 254515b18cdc9cfa73afb690eeb7d7f2a1fc299b (diff) | |
pycairo based output
Diffstat (limited to 'playground/calculate')
| -rw-r--r-- | playground/calculate/.gitignore | 1 | ||||
| -rwxr-xr-x | playground/calculate/run.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/playground/calculate/.gitignore b/playground/calculate/.gitignore index 7f98a9c..70dafff 100644 --- a/playground/calculate/.gitignore +++ b/playground/calculate/.gitignore @@ -1,2 +1,3 @@ /result.yaml /output.pdf +/output.svg diff --git a/playground/calculate/run.sh b/playground/calculate/run.sh index b62fc9e..008fa43 100755 --- a/playground/calculate/run.sh +++ b/playground/calculate/run.sh @@ -1,4 +1,4 @@ #!/bin/bash export PYTHONPATH=../../src_py -python -m opcut.main calculate --params params.yaml --result result.yaml --output-pdf output.pdf $* +python -m opcut.main calculate --params params.yaml --result result.yaml --output output.pdf $* |
