Skip to content

Commit

Permalink
also, for an overview, generadte a pdf with all submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
knarrff committed Nov 15, 2024
1 parent 01e6ef2 commit 1148d6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions group_composition_plot/create_paper_plots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ submissions/2023-12-06/Scientific_Software_Center_2023-12-21_13-13-27.json \
submissions/2023-12-06/University_of_Reading_2023-12-11_10-18-14.json \
submissions/2023-12-06/Princeton_University_2023-11-29_18-33-21.json

./group_composition_plot.py --legend \
--outfile group_composition_plot_all.pdf \
submissions/2023-12-06/*.json

find submissions/2023-12-06 -type f -name "*.json" -print0 | \
xargs -0 -P 0 -I{} \
bash -c 'f=$(basename "{}"); ./group_composition_plot.py --outfile pdf/"${f%.json}.pdf" "{}"'

0 comments on commit 1148d6e

Please sign in to comment.