You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
363 B

#!/bin/bash
# This script calls all other scripts to re-create the figures for the paper
mkdir fig
for job in 5024292 4296426 7488914 ; do
#./scripts/plot-single-job.py $job "fig/job-"
./scripts/plot-single-ks-jobs.py $job "fig/job-"
done
# Remove whitespace around jobs
# for file in fig/*.pdf ; do
# pdfcrop $file output.pdf
# mv output.pdf $file
# done