mistral-io-datasets/scripts/create-paper-vis.sh

16 lines
363 B
Bash
Executable File

#!/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