From 64de5a7de73e12babe02a266f90fb44d168eb51f Mon Sep 17 00:00:00 2001 From: bozokopic Date: Mon, 23 Apr 2018 17:20:48 +0200 Subject: pycairo based output --- playground/calculate/.gitignore | 1 + playground/calculate/run.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'playground') 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 $* -- cgit v1.2.3-70-g09d2